Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Get(ctx context.Context, key string) (interface{}, error)
Set(ctx context.Context, key string, value interface{}) error
Close() error
}
Client Interface for mocking
func Authenticate ¶
Authenticate grabs oauth scopes using a generated service_account.json file from https://console.firebase.google.com/project/go-cookbook/settings/serviceaccounts/adminsdk
Click to show internal directories.
Click to hide internal directories.