FireSQL
FireSQL copied to clipboard
Unable to use FROM clause on collection with hyphen in name
My collection has a hyphen in the name, don't ask why, but works with Firestore SDK but not with this.
SyntaxError: Expected "/", "`", or [A-Z,a-z,0-9,_] but "-" found.
Any ideas?
I have the same issue. Any suggestions? BTW, I DO use the grave around the collection-name, but that's not helping.
Any update on here...same issue