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?
Those URLs are the REST API of the Firebase Realtime Database.
While there is a REST API for Cloud Firestore it works very differently.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With