I need some help later because I'm having difficulty inserting new data into the firebase.
I am developing an application for my TCC where it is possible to register and as soon as I can log in I have an option to add more user data. ex: Photo, nickname, phone, etc.
My difficulty is that you are always creating a new key in the database, you are not adding the data to the user's current table.
Ineedthedata(nickname,phoneandprofileImage)tobeinsidethelogged-inuser.