firebase_windows
library
Classes
AdditionalUserInfo
A structure containing additional user information from a federated identity
provider.
AuthCredential
Interface that represents the credentials returned by an auth provider.
Implementations specify the details about each auth provider's credential
requirements.
DownloadTask
A class which indicates an on-going download task.
EmailAuthCredential
The auth credential returned from calling
EmailAuthProvider.credential .
EmailAuthProvider
A EmailAuthCredential can be created by calling
EmailAuthProvider.credential with an email and password.
Firebase
The entry point for accessing Firebase.
FirebaseApp
Represents a single Firebase app instance.
FirebaseAuth
The entry point of the Firebase Authentication SDK.
FirebaseOptions
The options used to configure a Firebase app.
FirebaseStorage
The entrypoint for FirebaseStorage .
FullMetadata
The result of calling getMetadata
on a storage object reference.
IdTokenResult
Interface representing ID token result obtained from getIdTokenResult
.
It contains the ID token JWT string and other helper properties for getting
different data associated with the token as well as all the decoded payload
claims.
ListOptions
The options FirebaseStoragePlatform.list
accepts.
ListResult
Class returned as a result of calling a list method (list
or listAll
)
on a Reference .
OAuthCredential
A generic OAuth credential.
OAuthProvider
A generic provider instance.
Reference
Represents a reference to a Google Cloud Storage object. Developers can
upload, download, and delete objects, as well as get/set object metadata.
SettableMetadata
The settable metadata a storage object reference can be set with.
Task
A class representing an on-going storage task that additionally delegates to a Future .
TaskSnapshot
A TaskSnapshot is returned as the result or on-going process of a Task .
UploadTask
A class which indicates an on-going upload task.
User
A user account.
UserCredential
A UserCredential is returned from authentication requests such as
createUserWithEmailAndPassword
.
UserInfo
User profile information, visible only to the Firebase project's apps.
UserMetadata
Interface representing a user's metadata.
Exceptions / Errors
FirebaseAuthException
Generic exception related to Firebase Authentication. Check the error code
and message for more details.
FirebaseException
A generic class which provides exceptions in a Firebase-friendly format
to users.