Skip to content
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

[FR] Make dependency on play-services-auth optional #1858

Closed
samtstern opened this issue Nov 5, 2020 · 3 comments
Closed

[FR] Make dependency on play-services-auth optional #1858

samtstern opened this issue Nov 5, 2020 · 3 comments
Milestone

Comments

@samtstern
Copy link
Contributor

See #1856 for a similar request.

As of firebase-auth version 20.0.0 (firebase-bom version 26.0.0) there is no longer any Firebase dependency on Play services. However FirebaseUI still depends on play-services-auth for Google Sign In, which does have this dependency.

We need to refactor the library to make the dependency optional at runtime without crashing.

@samtstern samtstern added this to the 7.1.0 milestone Nov 5, 2020
@wangjiejacques
Copy link

Hi @samtstern , do you have a plan about 7.1.0, will it be available in some days, weeks or months?

@samtstern
Copy link
Contributor Author

@wangjiejacques we don't have any strict timelines here but I'd say "months" is the best estimate.

@samtstern
Copy link
Contributor Author

@wangjiejacques well that was easier than I thought! As of version 7.1.0 you should be able to use almost all features on devices without Play services. You just need to make sure you're not using Google Sign In or SmartLock (saving credentials / hint selector) as those have hard dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants