firestore-add-documents
A “firestore-add-documents” tool adds document to a given collection path.
A “firestore-add-documents” tool adds document to a given collection path.
A “firestore-delete-documents” tool deletes multiple documents from Firestore by their paths.
A “firestore-get-documents” tool retrieves multiple documents from Firestore by their paths.
A “firestore-get-rules” tool retrieves the active Firestore security rules for the current project.
A “firestore-list-collections” tool lists collections in Firestore, either at the root level or as subcollections of a document.
A “firestore-query-collection” tool allow to query collections in Firestore.
Query a Firestore collection with parameterizable filters and Firestore native JSON value types
A “firestore-update-document” tool updates an existing document in Firestore.
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.