Hi all,
Trying to see if there is any interest in this idea.
I have been building projects utilizing google cloud firestore (https://cloud.google.com/firestore) and I really like the scalability and real-time nature of that database, as well as the generous free tier.
Firestore has a web-based console that allows you to filter and modify records but it's very cumbersome to use and is not suitable for any complex queries such as batch modify or delete, or any analytics like building charts of your data.
So I have been thinking of creating a stand alone management UI for the firestore in which you will be able to write SQL-like queries for this NoSQL database and batch modify documents, plus be able to do analytics such as daily new users, active users, users from particular area, etc.
There are currently a few management apps for google databases such as https://firebaseadmin.com/ and https://www.firestation.io/ but they don't seem to work with Cloud Firestore (only Real-time database which is a separate product) and provide limited functionality.
I know that I would like to have this tool to have insights into data from my apps, but how useful will this be for you?