skip to Main Content

Expo SDK 48 broke Firebase Auth

I have just upgraded to Expo SDK 48 and it seems I am logged out after every refresh. I downgraded back to SDK 47, and everything works as expected. I am using firebase v9 (v9.17.1), installed with expo install not…

VIEW QUESTION

Flutter GoRouter with Firebase Auth

I am using the go_router and Firebase Auth for my web application but can not properly set it up. I tried this: class AuthService { static final FirebaseAuth _firebaseAuth = FirebaseAuth.instance; static User? get currentUser => FirebaseAuth.instance.currentUser; static bool isLoggedIn()…

VIEW QUESTION
Back To Top
Search