Andrei Lesnitsky
Andrei Lesnitsky
this [just reproduced on CI](https://github.com/FirebaseExtended/flutterfire/pull/6748/checks?check_run_id=3240215236)
A concrete cause of the "internal error" in case of CI failures was keychain sharing capability, so make sure to add it with `com.firebase` group #6748 also propagates an underlying...
@Kavantix macOS apps prompt for keychain access (firebase SDK reads tokens from keychain). If you're ok with this behavior – no need to add a capability your workaround doesn't seem...
@Kavantix what version are you on?
Closing in favor of #9340, #9341, #9342, #9343
we will be decoupling oauth providers from the core UI library, so this won't be an issue anymore
we will be decoupling oauth providers from the core UI library, so this won't be an issue anymore
> Imagine a scenario where I would want the email to be verified before creating the firebase user with that email id. I don't think that's possible now. I don't...
@blaugold are you using `flutterfire_cli` to configure your project or `GoogleServices-Info.plist`?
Would you be able to test if flutterfire_ui google sign in works with your PR on top?