Posts by Kawan Araujo • 13 points
3 posts
-
0
votes1
answer39
viewsA: Write to file . txt using Javascript
In Javascript it is unfortunately not possible to do this kind of thing (at least not in the client), instead try sending the information to a server using Ajax. Follow an example: function…
-
1
votes1
answer259
viewsQ: How to get id of data created in Firebase
To better illustrate... in my database I have a collection that stores the section of users. After creating the user my Javascript code adds one more user to the "users" collection and also an item…
-
0
votes0
answers25
viewsQ: How to relate account to Realtime Database data in firebase
I am developing for web, and I can create the user, but I have to attach more data than email and password. In case I need to store the name, surname and date of birth. How I can create this user…