Hi, help solve the problem, there is an application on Firebase, you need to register the information in the database when registering and so that it is displayed in the profile, describe the process
1 answer
A very broad question, the answer is just as broad.
- Specify the providers with which you authorize users. For example, authorization by email.
Create a branch with user profiles in Firebase. For example, users.
During the registration process, create a user profile in this thread and fill in the data you need from the user. For example, in the users branch, create a user profile by its UID.
Actually upload to the profile data from this thread.
|