Firebase plugins could make Google Play Services available #5553
Unanswered
kroikie
asked this question in
Feature request
Replies: 2 comments
-
The issue at flutter/flutter#11237 has been closed and moved here. Future collaboration on this issue will be done here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just mentioning that this also means that authenticating in Firebase Auth using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the docs:
The google_sign_in plugin already ensures Google Play Services is present and I think the Firebase Android plugins should as well -- they could attach lifecycle listeners to the activity to check for
onCreate
andonResume
automatically. (We could also expose a Dart API for it, but I'd rather not since it's Android specific.)I don't think there's an easy way for plugins to prevent the Flutter app from starting up but the plugins could queue up method calls until the error is resolved.
This issue is based on a conversation with @lukef although I think Posse has already worked around it.
Beta Was this translation helpful? Give feedback.
All reactions