Skip to content

CrossFirebaseAuth.Current.PhoneAuthProvider.VerifyPhoneNumberAsync is always passing back VerificationId of null. #29

@ashlar64

Description

@ashlar64

Hello,

I was doing some testing with two real phones. I logged into my app on phone A with phone B's phone number.

Now this line of code
var verificationResult = await CrossFirebaseAuth.Current.PhoneAuthProvider.VerifyPhoneNumberAsync(CrossFirebaseAuth.Current.Instance, mobileNumber);

is always returning verificationResult.VerificationId as null when I used phone B's phone number on phone B. This was working fine before I did what I said above. I can still log into the app on phone A with phone A's phone number.

I actually deleted the Firebase account in the Firebase console for the phone number of phone B and this is still happening.

Any idea on what is going on? Is there anyway to reset this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions