package
0.0.4-beta
Repository: https://github.com/zepellin/go-cloud.git
Documentation: pkg.go.dev

# Functions

CollectionResourceID constructs a resource ID for a collection from the project ID and the collection path.
Dial returns a client to use with Firestore and a clean-up function to close the client after used.
OpenCollection creates a *docstore.Collection representing a Firestore collection.
OpenCollectionWithNameFunc creates a *docstore.Collection representing a Firestore collection.

# Constants

Scheme is the URL scheme firestore registers its URLOpener under on docstore.DefaultMux.

# Variables

Set holds Wire providers for this package.

# Structs

Options contains optional arguments to the OpenCollection functions.
URLOpener opens firestore URLs like "firestore://projects/myproject/databases/(default)/documents/mycollection?name_field=myID".