flutterfire
flutterfire copied to clipboard
š„ A collection of Firebase plugins for Flutter apps.
I am building a flutter app for a chrome extension, which *does not* allow ANY CSP violations at all (using manifest v3). Recently I integrated firebase firestore, however I would...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Core, Auth, Other ### Which platforms are affected? iOS...
As title. Works for iOS so it's not a server issue. ``` Doctor summary (to see all details, run flutter doctor -v): [ā] Flutter (Channel stable, 3.0.0, on macOS 12.3.1...
## Bug report The platform code does not allow setting the tenantId to null. Even though it defaults to null, setting it back to null after setting it to something...
## Description *Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and...
## Bug report **Describe the bug** I have received this report twice yesterday in my crashlytics dashboard. I am not sure if this is a `firebase_crashlytics` issue or not but...
## Bug report **Describe the bug** When errors are reported with `recordError` close to each other, their custom keys get mixed up. ``` WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); FlutterError.onError = FirebaseCrashlytics.instance.recordFlutterFatalError; PlatformDispatcher.instance.onError...
This umbrella issue describes the current support of [Background Isolates](https://medium.com/flutter/introducing-background-isolate-channels-7a299609cad8) (announced as of Flutter 3.7) with FlutterFire. The current implementation of Background Isolates only supports Flutter->Host and not the other...
If I want to use `transactionUpdate()` method, I need to provide a `Transaction` object, but there is no documentation on how to create this object. For example, this code doesn't...
It's possible to pass "source" to GetOptions in the get() calls to make it retrieve the cache-only updates. Implement the same feature for the real-time listener. Use case: Iād like...