How can I make that the App creates a specific folder in Firebase DatabaseRealTime to save/get the custom information of each user

How can I make that the App creates a specific folder in Firebase DatabaseRealTime to save/get the custom information of each user?

Thanks!

see this example

i save the date and note each for a todo list and data is separated by user. see the functions that I use as pathways, this will help you to understand how data is separated and recalled.

You would set a pathway to Include the userID

1 Like