Sign in OTP via WhatsApp

Database & APIs

I have my project using Firebase (database and Auth).

Many of my users don't get SMS because they have blocked spam on their phones. I need to verify their phone number on sign in. Hence, the alternative is to send the OTP via whatsapp.

Any ideas how to do this? ๐Ÿ˜

What have you tried so far?

I already have a WhatsApp API, but I need to get the verification code sent on SMS and send the same via whatsapp

Did you check FlutterFlow's Documentation for this topic?
Yes
4