skip to Main Content

Firebase authentication stream not working – Flutter

In this Project I'm using firebase authentication and for changing homepage of the MaterialApp a StreamBuilder is implemented at MaterialApp's home section but its not working as expected. home of the MaterialApp, home: StreamBuilder( stream: FirebaseAuth.instance.authStateChanges(), builder: (context, snapshot) {…

VIEW QUESTION
Back To Top
Search