When working with a Firebase Realtime database, one can use a command like the following, in the terminal, in order to query for data in a collection:
firebase database:get /DB_Path --order-by someField --equal-to 2345
Is this kind of command still available when working with a Firestore database ?
If YES, how can I use it ?