flutter-firebase-auth icon indicating copy to clipboard operation
flutter-firebase-auth copied to clipboard

Flutter + Firebase Auth Demo App that uses Google, Facebook, Email/Password Signup/Login, Email Verification and more!

Results 3 flutter-firebase-auth issues
Sort by recently updated
recently updated
newest added

When the condition if (googleAuth?.accessToken != null && googleAuth?.idToken != null) is commented out, the code doesn't check if the Google authentication tokens are null before proceeding. This allows the...

Wouldn't build for macos or android or web without these changes. Still lots of warnings thrown. Have not addressed other platform builds.