简体   繁体   中英

Is there any way to send firebase OTP SMS authentication through web

I am new to firebase, I want to know that is there any way to send firebase OTP SMS from Laravel backend? I am using Laravel 6

When using Firebase Authentication, signing in the user (including requested an OTP via SMS) always has to happen from the client-side code. So while you can request the SMS OTP from client-side JavaScript as shown here , you can't send the SMS OTP from server-side PHP/Laravel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM