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
Customizing of Phone Auth is planned to be implemented in 2017 Q4
74
-
75
70
## Integration cheat sheet
76
71
Here you can find steps things that need to be checked in case of any issues with Firebase Phone Auth integration problems.
77
72
@@ -85,7 +80,7 @@ In case need to handle push notifications yourself:
85
80
<br>In this case The type of the token (production or sandbox) will be attempted to be automatically detected. There is other method to set it manually.
86
81
1. In the `AppDelegate` `application:didReceiveRemoteNotification:fetchCompletionHandler:` call `[FUIAuth.defaultAuthUI.auth canHandleNotification:userInfo]`
87
82
1. In the `AppDelegate` `application:didFinishLaunchingWithOptions:` call `[FIRApp configure]`
88
-
1. In the `AppDelegate` `application:openURL:options:` return `[FUIAuth.defaultAuthUI handleOpenURL:url sourceApplication:sourceApplication]`
83
+
1. In the `AppDelegate` `application:openURL:options:` return `[FUIAuth.defaultAuthUI handleOpenURL:url sourceApplication:sourceApplication]`
89
84
1. Add `REVERSED_CLIENT_ID` as URL scheme to `Project settings`
90
85
1. Add `GoogleService-Info.plist` to your project
91
86
1. In you controller call:
@@ -105,4 +100,4 @@ You can skip all errors, FirbaseUI Phone Auth will display all error messages fo
105
100
If you don't need to handle APNS yourself, than don't do steps 3, 4, 5.
106
101
107
102
Please notice that you can use either APNS key OR APNS certificate.
108
-
<br>One APNS Key can be used for all your iOS app from the same Apple Developer account.
103
+
<br>One APNS Key can be used for all your iOS app from the same Apple Developer account.
0 commit comments