flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
Longer description should be pretty easy, perhaps comments in dart doc is feasible. Platform support seems like a confusion. 120 or 130 is a plus, less than 100 feels like...
Registration window cuts off something 
FlutterFire UI should be split into several packages: - firebase_ui_auth - firebase_ui_database - firebase_ui_firestore - firebase_ui_localizations - firebase_ui_oauth - firebase_ui_oauth_apple - firebase_ui_oauth_facebook - firebase_ui_oauth_google - firebase_ui_oauth_twitter
Since MFA is now supported in firebase_auth, firebase_ui_auth should have widgets that facilitate MFA
As discussed with @kroikie, flutterfire_ui should support all languages that are available in `material_localizations`. We need all labels to be translated and added to firebase_ui_localizations package.
- [x] API docs - [x] Getting started guide - [ ] add migration guide - [ ] add platform support matrix for firebase_ui_auth
## Bug report **Describe the bug** After integration of the firebase performance flutter plugin, I am continuously seeing the exception. `:"PlatformException","value":"PlatformException(error, Object for handle already exists: 3, null, java.lang.IllegalArgumentException: Object...
## Description This PR is a proof of concept way of adding support for automatic http traces for Firebase Perf in Dart. ### Usage ```dart import 'dart:io'; import 'package:flutter/material.dart'; import...
## Bug report After I upgrade firebase_messaging to a new version, a lot of crash was reported. ``` Fatal Exception: android.os.BadParcelableException: Parcelable protocol requires subclassing from Parcelable on class com.google.firebase.messaging.T...
I have a deeplink that when clicked is supposed to open a specific screen. **On Android all scenarios work perfectly.** On iOS I see the following behaviours: **Working scenario:** If...