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

Auth - add anonymous provider as login #900

Closed
Scrat94 opened this issue Sep 10, 2017 · 4 comments
Closed

Auth - add anonymous provider as login #900

Scrat94 opened this issue Sep 10, 2017 · 4 comments
Milestone

Comments

@Scrat94
Copy link

Scrat94 commented Sep 10, 2017

  • Android device: Oneplus 3T
  • Android OS version: 7.1.1
  • Google Play Services version: 11.5.09
  • Firebase/Play Services SDK version: 3.1.0
  • FirebaseUI version: 2.3.0

Feature Request:

Could you add Anonymous Provider for login. I would like to have the possibility that my user can login anonymously.

I would appreciate something like this:

[...]
new AuthUI.IdpConfig.Builder(AuthUI.ANONYMOUS_PROVIDER).build())
[...]
@samtstern
Copy link
Contributor

@Scrat94 thanks for the request! We don't plan to support this in FirebaseUI because anonymous login should not need a UI at all. You can anonymously log in your users as soon as they open the app, and then present them the option to upgrade to a real account at a later time.

@SUPERCILEX
Copy link
Collaborator

@Scrat94 also, see #123.

@samtstern samtstern reopened this Jun 26, 2018
@samtstern samtstern added this to the 4.2.0 milestone Jun 26, 2018
@samtstern
Copy link
Contributor

@Scrat94 we changed our minds! See #1375

@samtstern
Copy link
Contributor

This was fixed and released in version 4.2.0

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

3 participants