How do I authenticate as admin from the command line to dump out / query the data in my firestore? Example, I have a users collection where each document looks like:
{
edit_count: 15
}
I simply want to print all these documents as json in my terminal.
I've used firebase-tools, but it looks like it's only supporting querying of the RTDB?