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

feat(auth): add phone MFA #9044

Merged
merged 8 commits into from Jul 20, 2022
Merged

feat(auth): add phone MFA #9044

merged 8 commits into from Jul 20, 2022

Commits on Jul 18, 2022

  1. feat(auth, android): add phone MFA to Android (#8998)

    * chores: update format CI step to match local melos format
    
    * chores: update format CI step to match local melos format
    
    * feat(auth, android): mfa
    
    * feat(auth, android): add MFA to phone options
    
    * feat(auth, android): add phone MFA
    
    * feat(auth, android): add MFA signin
    
    * feat(auth): add documentation
    
    * feat(auth, android): fix typings
    
    * feat(auth, android): fix tests
    
    * feat(auth, android): add input for phone number to example app
    
    * feat(auth, android): add unenroll and getEnrolledFactors
    
    * feat(auth, android): fix formatting
    
    * feat(auth, android): fix formatting
    
    * feat(ui, android): use mocktail for mocking dependencies
    
    * feat(auth, android): fix analyze
    
    * feat(auth): fix melos generate command
    
    * Update packages/firebase_auth/firebase_auth_platform_interface/lib/src/method_channel/method_channel_multi_factor.dart
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    Lyokone and Salakar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    98bb464 View commit details
    Browse the repository at this point in the history
  2. feat(auth, ios): add phone MFA (#9008)

    * chores: update format CI step to match local melos format
    
    * chores: update format CI step to match local melos format
    
    * feat(auth, android): mfa
    
    * feat(auth, android): add MFA to phone options
    
    * feat(auth, android): add phone MFA
    
    * feat(auth, android): add MFA signin
    
    * feat(auth, android): fix tests
    
    * feat(auth, android): add input for phone number to example app
    
    * feat(auth, android): add unenroll and getEnrolledFactors
    
    * feat(auth, android): fix formatting
    
    * feat(auth, android): fix formatting
    
    * feat(auth, android): fix analyze
    
    * feat(auth, ios): implement enroll
    
    * feat(auth, ios): implement MFA for signin
    
    * feat(auth, ios): add conditions to allow macos to build
    
    * feat(auth, ios): add conditions to allow macos to build
    
    * feat(auth, ios): fix ios build
    
    * Update packages/firebase_auth/firebase_auth/ios/Classes/FLTFirebaseAuthPlugin.m
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    
    * fix: fix rebase
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    Lyokone and Salakar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    947d4b3 View commit details
    Browse the repository at this point in the history
  3. feat(auth): fix android merge

    Lyokone committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b9f5ff5 View commit details
    Browse the repository at this point in the history
  4. feat(auth): fix ios merge

    Lyokone committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    8585df3 View commit details
    Browse the repository at this point in the history
  5. test(auth): add MFA e2e (#9034)

    * feat(auth, android): add phone MFA to Android (#8998)
    
    * chores: update format CI step to match local melos format
    
    * chores: update format CI step to match local melos format
    
    * feat(auth, android): mfa
    
    * feat(auth, android): add MFA to phone options
    
    * feat(auth, android): add phone MFA
    
    * feat(auth, android): add MFA signin
    
    * feat(auth): add documentation
    
    * feat(auth, android): fix typings
    
    * feat(auth, android): fix tests
    
    * feat(auth, android): add input for phone number to example app
    
    * feat(auth, android): add unenroll and getEnrolledFactors
    
    * feat(auth, android): fix formatting
    
    * feat(auth, android): fix formatting
    
    * feat(ui, android): use mocktail for mocking dependencies
    
    * feat(auth, android): fix analyze
    
    * feat(auth): fix melos generate command
    
    * Update packages/firebase_auth/firebase_auth_platform_interface/lib/src/method_channel/method_channel_multi_factor.dart
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    
    * feat(auth, ios): add phone MFA (#9008)
    
    * chores: update format CI step to match local melos format
    
    * chores: update format CI step to match local melos format
    
    * feat(auth, android): mfa
    
    * feat(auth, android): add MFA to phone options
    
    * feat(auth, android): add phone MFA
    
    * feat(auth, android): add MFA signin
    
    * feat(auth, android): fix tests
    
    * feat(auth, android): add input for phone number to example app
    
    * feat(auth, android): add unenroll and getEnrolledFactors
    
    * feat(auth, android): fix formatting
    
    * feat(auth, android): fix formatting
    
    * feat(auth, android): fix analyze
    
    * feat(auth, ios): implement enroll
    
    * feat(auth, ios): implement MFA for signin
    
    * feat(auth, ios): add conditions to allow macos to build
    
    * feat(auth, ios): add conditions to allow macos to build
    
    * feat(auth, ios): fix ios build
    
    * Update packages/firebase_auth/firebase_auth/ios/Classes/FLTFirebaseAuthPlugin.m
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    
    * fix: fix rebase
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    
    * feat(auth): fix android merge
    
    * feat(auth): fix ios merge
    
    * feat(auth): add e2e tests
    
    * fix(auth): fix reintroduce tests
    
    * feat(auth): add documentation
    
    * feat(auth): add e2e tests
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    Lyokone and Salakar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    63f3842 View commit details
    Browse the repository at this point in the history
  6. feat(auth, web): add phone mfa (#9031)

    * feat(auth): add multifactoruser
    
    * feat(auth, web): bridge
    
    * feat(auth, web): solve bridging errors
    
    * feat(auth, web): finish phone web mfa
    
    * feat(auth, web): finish phone web mfa
    
    * feat(auth, web): fix analyze
    
    * feat(auth, web): fix analyze
    
    * feat(auth, web): fix wrong argument
    Lyokone committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c6ddc18 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    d6a62d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097128b View commit details
    Browse the repository at this point in the history