Posts by Marco Antonio • 27 points
5 posts
-
1
votes1
answer129
viewsQ: How to write data in firebase with Ionic?
i have an application that displays on the screen the latitude and longitude wanted to know how to record this data in firebase my home code is like this import { Component } from '@angular/core';…
-
-2
votes1
answer3904
viewsQ: Cannot find module
I’m following this tutorial to create a chatbot from the link below, and giving this error, can anyone help me with the error? the error is in the file server.js or in dialogflow.js? dialogflow.js…
-
-2
votes1
answer351
viewsQ: Cannot add Foreign key Constraint
Help with error in MySql create table cliente( endereco varchar(256), codigo integer primary key auto_increment, telefone varchar (18), tipo varchar(20) ); create table fisica( cpf varchar(20),…
mysqlasked Marco Antonio 27 -
-3
votes1
answer1202
viewsQ: how to send data to another html page
i have a form in which the user will fill in the data and will return to the homepage of the site, and a login screen of Adm in which he will log in and will see a page with the data that the users…
-
3
votes1
answer885
viewsQ: How to display the contents of a . txt file on the screen?
I’m using JFrame to try to display the contents of txt files in a window and then delete the entire file. However, when I put it to display, it erases the file no longer displays on the screen I…