Anyone of you have used Firebase Auth with SMS? I'...
# android
j
Anyone of you have used Firebase Auth with SMS? I'm planing to use it, and I want to hear opinions. I'm planning to build an app that the login is the SMS verification. Is Firebase Auth the best way to do it? I saw that there's more apis that does that.
google 1
stackoverflow 1
d
Have used it before. It’s perfectly fine. You need to check for pricing. Yes probably many options for the same, yet pricing and stability should be taken into account. Also development effort.
d
Please, read the channel topic.
j
One downside of Firebase Auth is that you cannot customize the message sent to the user. Otherwise it's easy to implement.
j
@Jeff then to create your own message you have to implement your own API?
j
Yeah, if you want a custom message you can implement your own API or try other third parties like Twilio.
j
I saw Twilio, but I do not have like firebase 10k sms free per month, right? Do you know if I have to pay something to use Twilio and SMS?