Documentation
¶
Overview ¶
Package firestore implements the GCP Firestore REST API as a server.Handler. Real cloud.google.com/go/firestore clients constructed via NewRESTClient hit this handler the same way they hit firestore.googleapis.com.
Supported operations (parity with AWS DynamoDB):
POST /v1/projects/{p}/databases/{db}/documents/{collection} — create document
POST /v1/projects/{p}/databases/{db}/documents/{collection}?documentId={id}
GET /v1/projects/{p}/databases/{db}/documents/{collection} — list documents
GET /v1/projects/{p}/databases/{db}/documents/{collection}/{id} — get document
PATCH /v1/projects/{p}/databases/{db}/documents/{collection}/{id} — update document
DELETE /v1/projects/{p}/databases/{db}/documents/{collection}/{id} — delete document
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.