package
Version:
v0.0.0-...-3b29460
Opens a new window with list of versions in this module.
Published: Jun 29, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package firebase contains a Firestore Cloud Function.
HelloAuth is triggered by Firestore Auth events.
type AuthEvent struct {
Email string `json:"email"`
Metadata struct {
CreatedAt time.Time `json:"createdAt"`
} `json:"metadata"`
UID string `json:"uid"`
}
AuthEvent is the payload of a Firestore Auth event.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.