baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

implement phone code resending on android #206

Open hermitdemschoenenleben opened 2 years ago

hermitdemschoenenleben commented 2 years ago

This PR implements re-sending of phone code according to https://firebase.google.com/docs/auth/android/phone-auth on Android.

On ios, it appears that no dedicated functionality for resending code is available --> cfaSignInPhone just works as normal