I am using Firebase for a beginner project of mine, and I am confused by the documentation that is provided. I have initialized an authentication form, and it's working. But I do not understand how to link it to the realtime database?
I understand that (user) is the currently logged it user, but how do I store information on the current user?
In my app, each user has a Balance(eg $100). How do I store the user's balance in their username, do I need to use the realtime databse?