FireQL

Interactive CLI and Go library to query Google Firestore database using SQL syntax.

View the Project on GitHub pgollangi/FireQL

fireql

FireQL: Query Firestore using SQL syntax.

Synopsis

FireQL is Go library and interactive CLI tool to query Google Firestore resources using SQL syntax.

fireql [flags]

Options

  -h, --help                     help for fireql
  -l, --limit 0                  Default limit to apply on SELECTed results. Set 0 to result unlimited. (default 100)
  -p, --project string           Required. Id of the GCP project
  -s, --service-account string   Path to service account file to authenticate with Firestore
Auto generated by spf13/cobra on 3-Jan-2023