FireSQL icon indicating copy to clipboard operation
FireSQL copied to clipboard

Query Firestore using SQL syntax

Results 21 FireSQL issues
Sort by recently updated
recently updated
newest added

I have a Firestore database with this structure: `/organisations/{id}/players/{id}` When I run this query: ``` SELECT * FROM GROUP players ``` I get this error: `Collection group queries are only...