Skip to main content
Post Closed as "Needs more focus" by Vega, gnat, Mark Rotteveel
edited tags
Link
Doug Stevenson
  • 318.7k
  • 36
  • 456
  • 473
Source Link
Michel
  • 11.8k
  • 21
  • 102
  • 219

Getting data from the CLI, using a Firestore database

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 ?