FireQL icon indicating copy to clipboard operation
FireQL copied to clipboard

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

Results 7 FireQL issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Trying out Grafana and I get error when trying the queries with the grafana firebase plugin. Figured out that it only happens when a number field in...

**Describe the bug** Variables in queries are not working, they return no data but do not error out. **To Reproduce** Steps to reproduce the behavior: This returns data: SELECT yesMatch,...

**Describe the bug** Operators are not working in Grafana when using the plugin. **To Reproduce** Steps to reproduce the behavior: 1. Grafana and create a new query using FireQL Syntax...

When all fields of Firestore documents selected using STAR selection (`select * from users`), the order of columns resulted is not always same. This is because when STAR selected, `FireQL`...

help wanted
good first issue

**Is your feature request related to a problem? Please describe.** I am trying to visualise some of my Firestore data with Grafana. But the issue is that the collection I...

enhancement
help wanted
good first issue

With CLI make it possible to run query directly and export the results into a file, rather printing output to console.

enhancement
help wanted
good first issue