You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was previously using com.google.firebase:firebase-bom:33.7.0, and everything was working perfectly. Recently, I upgraded to 34.0.0, but after that, I started facing issues.
Specifically, the login state is no longer maintained after closing and reopening the app. While the app is running and I’m navigating between screens, all Firebase requests work fine. But once the app is closed and restarted, I get a “permission denied” error, as if the user is no longer authenticated.
I couldn’t find any specific error in the logs, so I rolled back to version 33.7.0, and everything worked again.
Has anyone else experienced this issue with firebase-bom:34.0.0? Any idea what might have changed or how to fix it?