Creates a Firebase class
Initialization parameters
Logs in with an anonymous account (not tied to any credentials)
A successful authentication response or the error
Logs in or creates an account with email and password authentication
See AuthType; whether to create an account or log in
The email to log in with or create an account with
The password to log in with or create an account with
A successful authentication response or the error
Logs in with a refresh token
The refresh token to log in with
A successful authentication response or the error
Sends email verification to the email with an ID token
The ID token to send; defaults to the last ID token obtained from a successful authentication method on the instance
A successful email verification response or the error
Verifies an OOB code from an email verification link
The OOB code to verify from the email verification link
A successful email verification response or the error
Allows you to connect to (any) Firebase instance and managing accounts on it