You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to add a custom url scheme on Xcode -> Info -> URL Types -> Press [+] and then in URL Schemes input box you need to enter the url which you can find in the Xcode console after app crashed OR you can check GoogleService-Info.plist which should be in your project's root, it will be right after REVERSED_CLIENT_ID. Look for something like com.googleusercontent.apps.xxxxxxxxxxxxxxx-
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
No other input you need to enter.
This is the code:
this.fbAuth.verifyPhoneNumber('foo-number', 30000).then(id => console.log(id));
Works fine in Android phone, immediately crashes in iPhone.
The text was updated successfully, but these errors were encountered: