Skip to content

Conversation

russellwheatley
Copy link
Member

  • implement AuthProviderSwift & AuthProviderUI & refactored providers to use these protocols.
  • Update Facebook, Google and Phone auth implementation to conform to new protocols.
  • Rename APIs in light of agreed API document.
  • Refactored authentication methods to return SignInOutcome enum.
  • Implement methods for updating user profile.

@russellwheatley russellwheatley marked this pull request as ready for review October 2, 2025 17:04
public typealias VerificationID = String

public class PhoneAuthProviderAuthUI: @preconcurrency PhoneAuthProviderAuthUIProtocol {
public class PhoneAuthProviderAuthUI: @preconcurrency PhoneAuthProviderAuthUIProtocol, AuthProviderUI {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could probably try to remove the @preconcurrency and address concurrency properly here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed preconcurrency 👍

@russellwheatley russellwheatley merged commit 9e58282 into development Oct 7, 2025
1 check passed
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