-
Notifications
You must be signed in to change notification settings - Fork 27.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[google_sign_in] Allow initialization from Dart without adding native config files #96391
Comments
Any update on this? |
Hey guys any updates? thanks again. |
Would be amazing to have this complete ! |
@darshankawar I am bit confused in documentation. Yes it is mentioned in documentation that dart only initialization is not yet supported for google_sign_in, but it works on android but didn't in ios. I don't remember using google-services.json for android too. |
Any updates? It's been 3 months already.... |
I'm also experiencing the same issue. |
Would love to get this fix! |
Finished migrating to dart-only initialization just to find out I'll have to rollback :( |
I've forked it and fixed: https://github.com/mono0926/plugins/tree/fix-flutterfire/packages/google_sign_in/google_sign_in_ios Example: |
Can I ask what's keeping this from being reviewed/merged? Does it depend on this one? flutter/plugins#5250 |
@loolooii The PR you linked will fix this issue and is in the process of being landed, it just takes a while because it's a multistep process. |
flutter/plugins#5250 has been merged, so It is still necessary to register |
Thanks for merging the PR. This a very much need addition to entirely migrate to dart only initialisation. Question: |
I don't see why not. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Description
In the latest release of FlutterFire plugins, initialization of the
DEFAULT
Firebase App through Dart has been added, omitting the manual installation step, and enablingflutterfire_cli
tool to make this step completely automatic.Unfortunately, if the app is using
google_sign_in
, it requires developers to add back the manual installation step even thoughfirebase_auth
does support Dart-only initialization, as mentioned here.Proposal
Allowing
google_sign_in
to initialize from Dart will make it possible forfirebase_auth
users to completely migrate to use Dart initialization throughflutterfire_cli
.The text was updated successfully, but these errors were encountered: