Is there any UI Console where I can query the Firebase Database?

mohan mishra picture mohan mishra · Jul 17, 2016 · Viewed 33.8k times · Source

Is there any UI Console where I can query the Firebase Database?? Basically I wish to query the data just like we can query other databases using UI

Answer

Frank van Puffelen picture Frank van Puffelen · Jul 17, 2016

The Firebase Console has built-in support for sorting and filtering the data in a Firestore collection. Click the little filter icon at the top of the collection (next to the overflow menu 𐄛).

Many developers also use a local node.js script/REPL (such as in this video tutorial explaining Firebase Queries) or set up a jsfiddle/jsbin (such as in this question).