flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## 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 --- ###...
## 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...
## 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...
## 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...
## 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...
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...
``` /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( ^ ```
## 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...
## 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. ###...
### 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...