skip to Main Content

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