flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## Bug report I'm calling a http cloud function from my Flutter App and it doesn't everything correct in the backend, but my Flutter app throws a "deadline-exceeded" error. This...
## Bug report **Describe the bug** When my spring server send FCM push message by using firebase admin client to my flutter app, `firebase_messaging` package handles ios payload uncorrectly. below...
Hi, Not sure if this is missing in the documentation, or there is something wrong with my project, but when configuring my app using the flutterfire CLI, I keep getting...
## Description This is a breaking change. It's designed to avoid confusion about what values are accepted when logging a custom event via `logEvent()`. I've implemented a class which will...
## Bug report **Describe the bug** The `FirebaseAuth.instance.sendSignInLinkToEmail()` function does not account for the full URL prefix set in the firebase console dynamic links settings for "connected domains" (or any...
Firebase won't initialize ``` `E/flutter ( 9796): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) [ ] E/flutter ( 9796): #0 FirebaseCoreHostApi.initializeCore (package:firebase_core_platform_interface/src/pigeon/messages.pigeon.dart:199:7) [ ] E/flutter...
## Description See title ## Related Issues None ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This...
## Bug report **Describe the bug** same problem with this. https://github.com/firebase/flutterfire/discussions/8800 ### Steps to reproduce ### Expected behavior getId() won't be null. ### Sample project ## Additional context Add any...
## Bug report I've upgraded flutter to version 3 Due to that, I had to upgrade firebase to the following versions: ``` cloud_firestore: ^3.1.15 firebase_analytics: ^9.1.8 firebase_core: ^1.17.0 firebase_dynamic_links: ^4.2.3...