I tried making a login and a registration system with Firebase Authentication and Cloud Firestore.
I can do a simple registration and also i can login and the data that i needed is saved in Firebase Authentication and Cloud Firestore.
The login session for Firebase Authentication is fine. But the problem is i cant get the current user information about the user that i already saved in Cloud Firestore. I can access it, i just cant saved it to make a session.
So how can i do this?