Skip to content

Firebase Authentication - Email field becomes empty #1845

Open
@spacen

Description

@spacen
  1. Users sign in as anonymous
    mAuth.signInAnonymously()
  2. At certain point, sets email/pw
    AuthCredential credential = EmailAuthProvider.getCredential(email, password); mAuth.getCurrentUser().linkWithCredential(credential)
  3. Most of them are OK. But the email field become empty for some users' account.

When this problem occurs, the user is not an anonymous nor non-anonymous.
The following is how these users looks like in the firebase console.
image

And the following is how an ordinary anonymous user looks like.
image

This only happens on Android. Not on iOS.
And the most important part is that I CAN'T REPRODUCE THIS BUG.

I've become aware of this bug through some crash logs.

Any help would be appreciated.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions