Promise Amadi

Results 3 comments of Promise Amadi

Thanks for reporting such an issue, i will look into the code and get back to you

To fix the above issue, 1) Replace **FirebaseUser userDetails = await _firebaseAuth.signInWithCredential(credential);** 2) with **FirebaseUser userDetails = (await _firebaseAuth.signInWithCredential(credential)).user;** 3) stop the app and restart again, it will solve the...

To fix the above issue, 1) Replace **FirebaseUser userDetails = await _firebaseAuth.signInWithCredential(credential);** 2) with **FirebaseUser userDetails = (await _firebaseAuth.signInWithCredential(credential)).user;** 3) stop the app and restart again, it will solve the...