Being as Email is the only support auth method for Supabase in FlutterFlow - I am looking to implement an option for users to both login with Email and also via SMS OTP.
The Supabase API is pretty clear when requesting a OTP via SMS. However, even if I am able to implement OTP via API, how can I bind the auth token to the actual sign-in flow in Flutterflow.
I am new to Flutterflow/Flutter/Dart in general and I am trying to understand if this is even possible in Flutterflow. Any guidance or help on implementing this and the best practices around custom auth would be appreciated!