FirebaseAuth Framework Reference

Protocols

The following protocols are available globally.

  • @protocol FIRAuthUIDelegate A protocol to handle user interface interactions for Firebase Auth. This protocol is available on iOS, macOS Catalyst, and tvOS only.

    Declaration

    Swift

    protocol AuthUIDelegate : NSObjectProtocol
  • Utility type for constructing federated auth provider credentials.

    Declaration

    Swift

    protocol FederatedAuthProvider : NSObjectProtocol
  • Represents user data returned from an identity provider.

    Declaration

    Swift

    protocol UserInfo : NSObjectProtocol