flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## 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 a Flutter app that makes use of Firebase Auth. I am following the instructions [over here](https://firebase.google.com/docs/auth/flutter/account-linking) to link different auth accounts, but...
## Description Fix crash caused when trying to use firebase auth `signInWithCredential` on windows ### To Reproduce Crash On Windows ```dart await FirebaseAuth.instance.signInWithCredential( OAuthProvider('oidc.provider').credential( idToken: idToken, accessToken: accessToken, ) );...
## Description Ability to convert `Timestamp` objects to the UTC `DateTime` object. In case, when we save UTC timestamps to the firestore, we need to restore them in that state....
## Bug report **Describe the bug** The list() and listAll() functions does not seem to work if the platform is windows. The items list will always be empty. If the...
## Bug report **Describe the bug** The following is iOS non fatal error log. The following is Android non fatal error log. ### Steps to reproduce ``` FirebaseCrashlytics.instance.log('something\n' 'android\n' 'horrible\n'...
I am using firestore in my app, along with crashlytics. I have received multiple crashlytics reports for ANRs happening with the following stacktrace... ``` main (runnable): tid=1 systid=11035 #00 pc...
## Bug report **Describe the bug** - I'm using [flutter_background_service](https://pub.dev/packages/flutter_background_service) to start uploading and sync my files to firebase_storage even when app closed. - The uploading is working fine while...
## Bug report When I setup a Firebase Project and enable Anonymous and Email/Password Auth providers:  and I perform `FirebaseAuth.instance.signInAnonymously()`, it works: ![Screenshot 2023-10-03...
## Bug report **Describe the bug** FireStore Web query.startAfter actually runs startAt ### Steps to reproduce Steps to reproduce the behavior: In Flutter Web. Run a code to load query...