funwithflutter / lit_firebase_auth

Lit Firebase Auth simplifies the process of adding Firebase Authentication to a Flutter application.
MIT License
76 stars 18 forks source link

signInWithGoogle() returns immediately #15

Open ciriousjoker opened 4 years ago

ciriousjoker commented 4 years ago

I expected it would wait for the authentication result before returning since that's what happens withsignInWithEmailAndPassword().

I try to track logins and I need to track them during the login process, not the main screen.