After beginning a basic app using Firebase 3 and Angular 1, I implemented an authentication system through Firebase for user registration and login. Currently, I am storing message data in the Firebase database.
My main question is: how can I connect user information from the Firebase authentication service to the Firebase database?
Another consideration: would it be more beneficial to store user information directly in the database instead of solely relying on the authentication system?
Thank you in advance!