EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 444 forks source link

Additional feature requests for phone number authentication (related to #376) #412

Open abhayastudios opened 7 years ago

abhayastudios commented 7 years ago

Hi Eddy,

Could I suggest two features related to #376 ?

  1. Add Resend SMS (might help during testing)
  2. Allow app to handle SMS verification input UI instead of default prompt (if Firebase requires it)

What do you think? Thanks!

EddyVerbruggen commented 7 years ago

Hi, regarding 2 I'm afraid usage of this API gets too complicated and I get additional bugreports. What kind of control do you need over the prompt?

abhayastudios commented 7 years ago

Sorry for the delay, I was traveling.

I thought it would be nice to be able to have the app automatically read the verification code from an incoming SMS for example. Alternatively, to have the verification code input as part of the app UI instead of a prompt and also to create a button for resending the SMS in case something went wrong.

virtualbjorn commented 5 years ago

Any updates for this one or perhaps a way to do this? The app I'm working on have its own verification code UI input so using the prompt is not the way to go for my case.