fuego-firestore

CLI client for Google Cloud Firestore database operations

brewmacoslinux
Try with needOr install directly
Source

About

Command-line client for the Firestore database

Commands

fuego

Examples

List all collections in a Firestore database$ fuego collections
Query documents from a specific collection$ fuego query users --limit 10
Add a new document to a collection$ fuego add users '{"name": "John", "age": 30}'