Skip to content

Commit aa0380e

Browse files
committed
Update documentation typos
1 parent 8218beb commit aa0380e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseAuthUI/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ import FirebaseAuthUI
5959
/* ... */
6060

6161
FIRApp.configure()
62-
let authUI = FUIAuth.default()
62+
let authUI = FUIAuth.defaultAuthUI()
6363
// You need to adopt a FUIAuthDelegate protocol to receive callback
6464
authUI?.delegate = self
6565
```
6666

6767
```objective-c
6868
// objc
69-
@import Firebase
70-
@import FirebaseAuthUI
69+
@import Firebase;
70+
@import FirebaseAuthUI;
7171
...
7272
[FIRApp configure];
7373
FUIAuth *authUI = [FUIAuth defaultAuthUI];

0 commit comments

Comments
 (0)