Skip to content

Commit 9069fd3

Browse files
authored
Merge pull request firebase#531 from amadeu01/patch-2
Add information about the sign in response.
2 parents 106a2a0 + 061724b commit 9069fd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

FirebasePhoneAuthUI/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,11 @@ If you don't need to handle APNS yourself, than don't do steps 3, 4, 5.
101101
102102
Please notice that you can use either APNS key OR APNS certificate.
103103
<br>One APNS Key can be used for all your iOS app from the same Apple Developer account.
104+
105+
12\. (Optional) To receive the callback response after the user attempt to sign in.
106+
107+
```swift
108+
func authUI(_ authUI: FUIAuth, didSignInWith authDataResult: AuthDataResult?, error: Error?) {
109+
// Do something with the response
110+
}
111+
```

0 commit comments

Comments
 (0)