I have developed an Android applicatoin using Android Studio and Firestore.
I searched everywhere but document collection download option not found in Firestore website. Need suggestion on this.
There is no way to download in the Firebase console the content of a collection/document as it is in Firebase realtime database, where you can simply export your database as JSON object.
To solve this, you should first start reading the official documentation regarding export and import data.