Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

blank page after recaptcha verification Authenticate with Firebase on iOS using a Phone Number Swift

After recaptcha verification, page only returned blank. It did nothing to do next step.

Screen Shot

Screen Shot

like image 805
T.Nhan Avatar asked May 26 '18 07:05

T.Nhan


People also ask

How do I add my phone number to Firebase authentication?

In the Firebase console, open the Authentication section. In the Sign in method tab, enable the Phone provider if you haven't already. Open the Phone numbers for testing accordion menu. Provide the phone number you want to test, for example: +1 650-555-3434.

How do I change the SMS verification template in Firebase phone Auth?

Unfortunately, neither the email verification template nor the SMS verification template can be modified. You can select the language from the Firebase Console, however this is a per project setting and you can't modify the templates.


1 Answers

In your app delegate's application(_:open:options:) method, call Auth.auth().canHandle(url).

like image 134
Thibault Leruitte Avatar answered Sep 19 '22 22:09

Thibault Leruitte