Can you recommend me a beginner-friendly solution to implement phone auth in my first expo app?

I’m currently building my first app using Expo and React Native.

I’d really like to give my users the chance to authenticate using phone number verification, instead of google or facebook auth.

I did some research and it seems that Firebase phone authentication seems to work only in web (with some complicated captcha workarounds for mobile apps) and Twilio phone verification seems a bit too advanced for me at the moment.

Is there any solution you could recommend me?

Thanks,
Wilfredo

1 Like