firebase/flutterfire

[📚]Holistically document all throwed exception codes.

開放

#6,326 建立於 2021年6月6日

 (9 則留言) (10 個反應) (0 位負責人)Dart (4,097 個分叉)batch import
good first issueplatform: allplugin: authplugin: functionstype: documentation

倉庫指標

星標
 (9,199 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南