fbritop Active Member Licensed User Longtime User Feb 7, 2019 #1 Is there any examples on how to achieve Firebase Auth by SMS due to the new SMS and CALL restrictions o Google Policies? https://firebase.google.com/docs/auth/android/phone-auth Thanks
Is there any examples on how to achieve Firebase Auth by SMS due to the new SMS and CALL restrictions o Google Policies? https://firebase.google.com/docs/auth/android/phone-auth Thanks
DonManfred Expert Licensed User Longtime User Feb 7, 2019 #2 Firebase UI Auth contains PhoneAuthentification https://www.b4x.com/android/forum/t...ew-dimension-in-authentication.87580/#content Alternatively you can use the SMS Retriever Api if you want to implement it by yourself. Last edited: Feb 7, 2019 Upvote 0
Firebase UI Auth contains PhoneAuthentification https://www.b4x.com/android/forum/t...ew-dimension-in-authentication.87580/#content Alternatively you can use the SMS Retriever Api if you want to implement it by yourself.