Can I use Firebase for sending SMS to users without using Twilio?

Viewed 47744

I used to use Firebase + Twilio to send SMS to any devices, but I'm not sure that I can send SMS by using Firebase only or not?

Does Firebase have an API for sending SMS?

4 Answers

Only the OTP ( SMS ) verification in firebase , you cannot send normal sms ,for that you need to use third party libraries

Related