We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16db4f9 commit 859a6b0Copy full SHA for 859a6b0
Auth/README.md
@@ -361,6 +361,11 @@ Refer to the Objective-C and Swift samples for examples of how you can customize
361
these views.
362
363
## Handling auto-upgrade of anonymous users
364
+By default, the auto-upgrade of anonymous users is disabled. You can enable it
365
+by simply changing the associated attribute of your Firebase Auth instance:
366
+```swift
367
+authUI?.shouldAutoUpgradeAnonymousUsers = true
368
+```
369
370
Enabling auto-upgrade of anonymous users increases the complexity of your auth
371
flow by adding several more edge cases that need to be handled. As opposed to
0 commit comments