sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
805 stars 65 forks source link

how do I select a document in Firestore #159

Closed stuurman closed 3 years ago

stuurman commented 3 years ago

I cannot get selecting one specific document to work collection("restaurants").doc("123").get()

Also was wondering if selecting a specific document from a subcollection is possible?

sasha-alias commented 3 years ago

Is it what you need https://github.com/sasha-alias/sqltabs/issues/145#issuecomment-677728488

stuurman commented 3 years ago

yes, thanks. Is it also possible to select a subcollection? Like basically the equivalent of: collection("restaurants").doc("123").collections("menus").doc("1").get()

Or are subcollections not supported (yet)?

sasha-alias commented 3 years ago

158