Documentation ¶
Overview ¶
Package internal contains functionality that is only accessible from within the Admin SDK.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct { Opts []option.ClientOption Creds *google.DefaultCredentials ProjectID string }
AuthConfig represents the configuration of Firebase Auth service.
type StorageConfig ¶
type StorageConfig struct { Opts []option.ClientOption Bucket string }
StorageConfig represents the configuration of Google Cloud Storage service.
Click to show internal directories.
Click to hide internal directories.