firebase / firebase/flutterfire
Update error messages from native
Open
platform: all
type: enhancement
umbrella
- Dominant language
- Dart
- Stars
- 9.3k
- Forks
- 4.1k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 53
Description
There are times when error messages aren't as descriptive as they should be. In some cases, it is just a case of using the underlying native error message description for the placeholder error message "An unknown error has occurred".
Examples:
https://github.com/firebase/flutterfire/pull/9942
https://github.com/firebase/flutterfire/pull/9900
https://github.com/firebase/flutterfire/pull/9629
When we discover there is a more accurate description in the underlying native error, we ought to replace it. Example: https://github.com/firebase/flutterfire/pull/9942
Contributor guide
Assessment
This issue has not been assessed yet.