Firestore Authentication Phone And Email OTP Using Python
I am trying to add a code in python to send OTP to email and phone for verification but I am not able to find the code. I have found the code for JavaScript using 'reCAPTCHA verifi
Solution 1:
Firebase Authentication can only send a SMS/text OTP from its client-side SDKs, to the currently signed in user. There is no way to send an OTP from server-side code, such as from Firebase's Python Admin SDK.
Also see:
Post a Comment for "Firestore Authentication Phone And Email OTP Using Python"