FirebaseAuth Framework Reference

Protocols

The following protocols are available globally.

  • Utility type for constructing federated auth provider credentials.

    Declaration

    Swift

    @available(iOS13,tvOS13,macOS10.15,watchOS7,*)@objc(FIRFederatedAuthProvider)publicprotocolFederatedAuthProvider:NSObjectProtocol
  • Represents user data returned from an identity provider.

    Declaration

    Swift

    @objc(FIRUserInfo)publicprotocolUserInfo:NSObjectProtocol
  • A protocol to handle user interface interactions for Firebase Auth.

    This protocol is available on iOS, macOS Catalyst, and tvOS only.

    Declaration

    Swift

    @objc(FIRAuthUIDelegate)publicprotocolAuthUIDelegate:NSObjectProtocol

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-11 UTC.