Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize implementation of FirebaseAuth methods that return a Future #54

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

darinf
Copy link

@darinf darinf commented Mar 22, 2024

Also provides completion variants of async methods to support compatibility with the Firebase Objective C API.

Other changes:

  • Fixes return value of signOut.
  • Removes workaround for SR70253 as it is no longer reproducible / appears to have been resolved.
  • Wraps C++ Auth type in a class to provide reference semantics.

Also provides `completion` variants of async methods to support
compatibility with the Firebase Objective C API.

Fixes return value of `signOut`.
@darinf darinf merged commit cf02bda into main Mar 25, 2024
2 checks passed
@darinf darinf deleted the darin/auth-api-unification branch March 25, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants