flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## Description Added serviceWorkerRegistration to GetTokenOptions for web. This was needed to be able to use a custom service worker. I used Object? for the interface for compatibility, with an...
## Description This feature enables developers to use a pre-generated debug token rather than generating one at runtime. It is particularly beneficial in CI environments where manually copying the token...
## Description Previously, text containing characters from languages such as Korean, which are encoded in UTF-8, was not being decoded correctly. This resulted in characters appearing garbled or "broken". This...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Core ### Which platforms are affected? Windows ### Description...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Android, iOS ###...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth, Core, In-App Messaging ### Which platforms are affected?...
## **What feature would you like to see?** I would like to see official support for the Linux platform in the firebase_auth FlutterFire plugin. ## **Is there a missing a...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Which plugins are affected? Auth ### Which platforms are affected? Android, iOS ###...
## 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...