Skip to content

Allow most auth flows without Play services #1865

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

Merged
merged 3 commits into from
Nov 17, 2020

Conversation

samtstern
Copy link
Contributor

@samtstern samtstern commented Nov 16, 2020

See #1858

Originally I thought this would require a huge refactor to make the play-services-auth dependency a runtime dep but I realized that we can just gate certain operations (Google Sign In, SmartLock) on Play Services availability and leave the rest of the code the same.

Testing:

  • Create email/password account on non-play emulator
  • Sign out on non-play emulator
  • Delete account on non-play emulator
  • Confirm that non-Play emulator shows error dialog when attempting to do GSI or use SmartLock

@samtstern samtstern added this to the 7.1.0 milestone Nov 16, 2020
@google-cla google-cla bot added the cla: yes label Nov 16, 2020
@samtstern samtstern merged commit a72885b into version-7.1.0-dev Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants