Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindConfig ¶
func BindConfig()
func NewFirebase ¶
func NewFirebaseFromEnv ¶
func NonErrorStatusReceived ¶
func NonErrorStatusReceived(ctx context.Context, m PubSubMessage) error
Types ¶
type FirebaseConfig ¶
func GetFirebaseConfig ¶
func GetFirebaseConfig() (*FirebaseConfig, error)
type PubSubMessage ¶
type PubSubMessage struct {
Data []byte `json:"data"`
}
PubSubMessage is the payload of a Pub/Sub event.
Click to show internal directories.
Click to hide internal directories.