I have been trying to create my first Android App in which, the users enter many properties of their children, for each child, example :
(name, age, height, weight, gender)
The user can add many entries, and for each child, when he fills the rows and clicks send, the entry goes from his phone (app) to my database.
Can we do this with firebase ? Any help could help me !
After the user enters his information then use
setValue()
to send the data to the database:You can retrieve the userid, if you are using firebase authentication. If you did not use it then instead of
child(userId)
writepush()
After you do the following you will have this database: