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?
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?