Hi, I have a problem, can someone help me please.
I have the following problem: when the user logs in or registers for the first time, the ID and other data are loaded correctly, but if the user closes the app and reopens it, the session remains active, but it does not automatically recognize the user, that is, it must retrieve their ID and load their information from Firebase.
The current problem is that, although the app detects that there is a session started, it is not correctly obtaining the user ID when reopening the application, which prevents the associated data from being loaded.
I am doing all this database, login and user data with Firebase