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

Commits on Mar 22, 2024

  1. Modernize implementation of FirebaseAuth methods that return a Future

    Also provides `completion` variants of async methods to support
    compatibility with the Firebase Objective C API.
    
    Fixes return value of `signOut`.
    darinf committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a7320ca View commit details
    Browse the repository at this point in the history
  2. try compactMap

    darinf committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c58ffd8 View commit details
    Browse the repository at this point in the history
  3. back to map

    darinf committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5038cb7 View commit details
    Browse the repository at this point in the history