Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Get() (map[string]interface{}, error) Set(key string, value interface{}) 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.