Closed
Description
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.