Communication to Firebase

Hello,
I want to create a registration function in the app and user data must be saved in firebase. (example data: user name, user password, email , hobby, and so on)

the question is which block can I use to create a user data list in the firebase, where will be all information about the user. and then which block can I use to get the exact data from user list. (for example, getting any user's email or just getting any user's hobby)

You should be able to see how you might add more personal info to a user's profile.

1 Like