flutterfire
flutterfire copied to clipboard
🔥 A collection of Firebase plugins for Flutter apps.
## Bug report I am trying to pass in an identity token and/or access token to the `OAuthProvider().credential()` method in order to link a user logging in with LINE to...
Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...
Add a way to recover from a state where the UI doesn't know that email was verified on a different device.
I am trying to use microsoft authentication in my app, now with the new support. I used his: https://firebase.google.com/docs/auth/flutter/federated-auth#microsoft, but my app needs to have the access token to get...
## Bug report [firebase_dynamic_links/unknown] Attempt to invoke virtual method 'android.content.Intent android.app.Activity.getIntent()' on a null object reference Stack trace: ``` #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:653) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296) #2 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:499) #3 MethodChannelFirebaseDynamicLinks.getInitialLink...
## Bug report **Describe the bug** After the user has successfully logged in with phone auth, when navigating to the ProfileScreen and trying to enable Google auth, a new user...
## Bug report When you click "delete account" you get presented with a small dialog asking for your email address and password and a button labelled "sign in". The button...
Email auth has a "waiting for email" with a spinner on the profile screen. Expected behaviour: 1) background app 2) go to emamil, click on verify, observe success message, background...
I upgraded flutterfire_ui from 0.3.6+1 to 0.4.0 and Google Sign In button no longer works. It always says "An unknown error occurred". I can't find anything in the logs for...