I'm currently using Firebase email authentication as the sign in method. However, when I register new user, the email of the new user will only save to the Authentication panel rather than my Realtime Database. And now I would like to add on more information for the particular user. What should I do now?
Is there a way whenever new user is registered, the email of the new user will save to the Authentication panel and Realtime Database?
I have no idea how to retrieve the user email from Authentication. I know there might be a way to get the user email which is by using "user UID"? But may I know how to do it?