Callable

Index

Type aliases

ActionCodeSettings

ActionCodeSettings: { android?: { installApp?: boolean; minimumVersion?: string; packageName: string }; dynamicLinkDomain?: string; handleCodeInApp?: boolean; iOS?: { bundleId: string }; url: string }

Type declaration

  • Optional android?: { installApp?: boolean; minimumVersion?: string; packageName: string }
    • Optional installApp?: boolean
    • Optional minimumVersion?: string
    • packageName: string
  • Optional dynamicLinkDomain?: string
  • Optional handleCodeInApp?: boolean
  • Optional iOS?: { bundleId: string }
    • bundleId: string
  • url: string

AdditionalUserInfo

AdditionalUserInfo: { isNewUser: boolean; profile: Object | null; providerId: string; username?: string | null }

Type declaration

  • isNewUser: boolean
  • profile: Object | null
  • providerId: string
  • Optional username?: string | null

PhoneInfoOptions

UserCredential

UserCredential: { additionalUserInfo?: AdditionalUserInfo | null; credential: AuthCredential | null; operationType?: string | null; user: User | null }

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

Last updated 2022-07-27 UTC.