Skip to content

Instantly share code, notes, and snippets.

@dafinoer
Created June 3, 2019 02:02
Show Gist options
  • Select an option

  • Save dafinoer/5968ebbe1baf151ee5ec6785ad777e0a to your computer and use it in GitHub Desktop.

Select an option

Save dafinoer/5968ebbe1baf151ee5ec6785ad777e0a to your computer and use it in GitHub Desktop.
catch error message firebase auth
'package:flutter/services.dart'
try {
FirebaseUser = auth;
} on PlatformException catch (e) {
print(e)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment