SwiftfulThinking / SwiftfulFirebaseAuth

Firebase Authentication for Swift projects.
https://www.swiftful-thinking.com
62 stars 12 forks source link

Anonymous Sign In #9

Closed justbcuz closed 5 months ago

justbcuz commented 5 months ago

Adding support for signing in anonymously.

SwiftfulThinking commented 5 months ago

Thanks for creating this PR! I added a little extra logic to (1) get the AuthProviderOption to populate and (2) support linking anonymous accounts (https://firebase.google.com/docs/auth/ios/account-linking).