You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that verifyPhoneNumber just returns 'instantVerification' as true incase of instantVerification/auto-verify scenarios in Android.
Can't it be changed such that it does sign-in and returns back 'idToken'? By this way, we can send this idToken to server and generate customIdToken after verifying idToken's value.
-Thanks
Ganesh
The text was updated successfully, but these errors were encountered:
@sollaattam sure, PRs are welcome to add the desired functionality. You'll likely want to return an object which contains the properties verified, instant, and token so that all values can be checked if desired.
The value of verified would be a boolean indicating whether or not the phone number was verified.
The value of instant would be a boolean indicating whether or not the verification happened instantly.
The value of token would be a string containing the ID token
Hi,
I see that verifyPhoneNumber just returns 'instantVerification' as true incase of instantVerification/auto-verify scenarios in Android.
Can't it be changed such that it does sign-in and returns back 'idToken'? By this way, we can send this idToken to server and generate customIdToken after verifying idToken's value.
-Thanks
Ganesh
The text was updated successfully, but these errors were encountered: