flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

Results 671 flutterfire issues
Sort by recently updated
recently updated
newest added

## 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:...

type: bug
plugin: analytics
blocked: firebase-sdk
platform: all

## 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...

type: bug
plugin: analytics

## 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,...

type: enhancement
plugin: app_check
platform: all

## 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...

type: bug
plugin: auth
platform: web

## 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)`

type: enhancement
plugin: analytics

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...

type: bug
plugin: functions
platform: web

## 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...

type: enhancement
plugin: core
platform: ios

## 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...

type: bug
plugin: messaging
platform: android
type: crash

## 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...

type: bug
platform: android
plugin: app_check