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
dave
02/16/2020, 11:15 PM
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
dawidhyzy
02/17/2020, 4:54 AM
Please, read the channel topic.
j
Jeff
02/17/2020, 5:14 AM
One downside of Firebase Auth is that you cannot customize the message sent to the user. Otherwise it's easy to implement.
j
Joan Colmenero
02/17/2020, 12:40 PM
@Jeff then to create your own message you have to implement your own API?
j
Jeff
02/17/2020, 12:42 PM
Yeah, if you want a custom message you can implement your own API or try other third parties like Twilio.
j
Joan Colmenero
02/19/2020, 10:07 PM
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?