Firestore

Tools that work with Firestore Sources.

firestore-add-documents

A “firestore-add-documents” tool adds document to a given collection path.

firestore-delete-documents

A “firestore-delete-documents” tool deletes multiple documents from Firestore by their paths.

firestore-get-documents

A “firestore-get-documents” tool retrieves multiple documents from Firestore by their paths.

firestore-get-rules

A “firestore-get-rules” tool retrieves the active Firestore security rules for the current project.

firestore-list-collections

A “firestore-list-collections” tool lists collections in Firestore, either at the root level or as subcollections of a document.

firestore-query-collection

A “firestore-query-collection” tool allow to query collections in Firestore.

firestore-query-collection-parameterizable

Query a Firestore collection with parameterizable filters and Firestore native JSON value types

firestore-update-document

A “firestore-update-document” tool updates an existing document in Firestore.

firestore-validate-rules

A “firestore-validate-rules” tool validates Firestore security rules syntax and semantic correctness without deploying them. It provides detailed error reporting with source positions and code snippets.