You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
See #1856 for a similar request.
As of
firebase-auth
version20.0.0
(firebase-bom
version26.0.0
) there is no longer any Firebase dependency on Play services. However FirebaseUI still depends onplay-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.
The text was updated successfully, but these errors were encountered: