with firebase I use these urls a lot to quickly view my data in the browser: - https://YOUR_DB.firebaseio.com/YOUR_COLLECTION.json - https://YOUR_DB.firebaseio.com/YOUR_COLLECTION/YOUR_DOCUMENT.json
It gives a json representation of the data for that particular collection or document.
Is there an equivalent in Firestore?