flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🔥 A collection of Firebase plugins for Flutter apps.

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

## Bug report I have added Firebase/Messaging to my flutter iOS project for handling image notification. Notification is working fine but trying to archive build getting this error --- ###...

type: bug
blocked: customer-response
plugin: messaging
platform: ios
Stale

## Bug report **Describe the bug** Sometimes when trying to use appcheck with Unenforced, it gives the following error in both debug and release. Sometimes it works, sometimes it doesn't...

type: bug
blocked: customer-response
platform: web
Stale
plugin: app_check

## Bug report **Describe the bug** On iOS devices, I upgraded to Firebase Messaging v8.0.0-dev.9 With it, I was able to use getAPNSToken() and successfully send this 64bit hexadecimal to...

type: bug
plugin: messaging

## Bug report `linkWithProvider` was added in #9535, but `reauthenticateWithProvider` is also required to remove accounts authenticated with Sign in with Apple. I also want to be able to get...

type: enhancement
plugin: auth
type: missing-feature

## Bug report **Describe the bug** Cannot build Flutter app for iOS when `firebase_auth` is as used as a dependency. When building my app I get following errors: ``` Running...

type: bug
plugin: auth
platform: ios

Firestore 9.6.0 fixes a very nasty bug that destroys developer logs and consumes CPU. https://github.com/firebase/firebase-ios-sdk/issues/10168 Many libraries still depend on 9.5.0 ``` cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) was resolved to 3.4.8, which...

plugin: cloud_firestore
platform: ios

``` /C:/SDK/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.3.20/lib/src/recaptcha_verifier.dart:57:27: Error: Required named parameter 'auth' must be provided. _factory.delegateFor( ^ ```

blocked: customer-response
in triage

## Bug report **Describe the bug** I am facing this weird issue only in iOS where the onBackgroundMessage is not called if the user switches to a different app. onBackgroundMessage...

type: bug
plugin: messaging
platform: ios

## Bug report This bug is connected with https://github.com/firebase/flutterfire/issues/9446 While for Android the bug is fixed by annotating background message handler with` @pragma('vm:entry-point')`, for iOS it doesn't fix it. ###...

type: bug
plugin: messaging
platform: ios

### Discussed in https://github.com/firebase/flutterfire/discussions/9380 Originally posted by **m2sahin** August 19, 2022 HI, I want to use FirebaseMessaging for notifications in my Flutter project. I have completed the installation for both...

plugin: messaging
platform: ios