flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## Description https://github.com/firebase/flutterfire/pull/11925 allowed, previously web exclusive, authDomain property to be used on mobile platform; however, actually using it has significant limitations: 1. It requires creating a separate named FirebaseApp...
## Bug report **Describe the bug** I am trying to make `begin_checkout` event using code like this ``` await FirebaseAnalytics.instance.logBeginCheckout( items: [ AnalyticsEventItem( itemName: "import/singapore/air", itemCategory: "air", currency: "IDR", price:...
## Bug report **Describe the bug** Firebase analytics logEvent allows paramters to be Map?, but if object is null it throws the following error: ``` Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: 'package:firebase_analytics/src/firebase_analytics.dart': Failed...
## Bug report On https://firebase.google.com/docs/app-check/custom-provider, it is explained how to implement a custom App Check provider and it links to pages on how to use this custom provider in Apple,...
## Bug report **Describe the bug** FirebaseAuth in Flutter allows for SAML authentication, but there seems to be no clear way to handle Single Sign-Out. When I execute FirebaseAuth.instance.signOut(), it...
## What feature would you like to see? With #12085, FirebaseAnalyticsObserver can log route.arguments since logScreenView allows to log arguments unlike setCurrentScreen. https://github.com/firebase/flutterfire/blob/8f49afcb802481f498455e1b9b759427673f4ee8/packages/firebase_analytics/firebase_analytics/lib/observer.dart#L86 can be changed to `analytics.logScreenView(screenName: screenName,parameters:route.arguments)`
Bug when calling a callable function when web app is deployed on firebase hosting. When function is called locally it work fine in web app and native. When deployed function...
## Bug report **Describe the bug** When using the example project from the repository with android device, I get an exception: ``` Exception has occurred. UnimplementedError (UnimplementedError: initiateOnDeviceConversionMeasurementWithEmailAddress() is only...
## Bug report **Describe the bug** After the update to 14.7.10 we started to see new crashes in Crashlytics (production environment). ``` Fatal Exception: android.os.BadParcelableException: Parcelable protocol requires subclassing from...
## Bug report **Describe the bug** I have implemented the app check as instructed in then [ documentation](https://pub.dev/packages/firebase_app_check/install) ### Steps to reproduce Steps to reproduce the behavior: 1. Install the...