-1

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 ?

1 Answer 1

0

Review the reference documentation for the Firebase CLI, especially the Cloud Firestore commands. You will learn about deploying Firestore indexes and security rules, configurations, and deleting documents, but you'll see nothing in there about reading Firestore documents. You can also run firebase --help to learn about what the CLI can do. The answer is no.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.