firebase/flutterfire

[📚]Holistically document all throwed exception codes.

Open

#6 326 ouverte le 6 juin 2021

Voir sur GitHub
 (9 commentaires) (10 réactions) (0 assignés)Dart (4 097 forks)batch import
good first issueplatform: allplugin: authplugin: functionstype: documentation

Métriques du dépôt

Stars
 (9 199 stars)
Métriques de merge PR
 (Merge moyen 3j 12h) (38 PRs mergées en 30 j)

Description

Use case

I use FirebaseFunctions and FirebaseAuth. I want to catch FirebaseException and show AlertDialog with special localized alert message, depending on what code is provided.

Problem

I can't find complete exception code list. firebase_auth.dart has scant lists before methods, but firebase_functions.dart hasn't them at all. FlutterFire Docs mentions about only few individual codes. Firebase has something looks like i want, but for Admin SDK (https://firebase.google.com/docs/auth/admin/errors). Is there the a similar list for FlutterFire?

Proposal

Holistically document all throwed exception codes.

Guide contributeur