Search code examples
firebasefirebase-realtime-databasegoogle-cloud-firestore

Limitation to number of documents under one Collection in firebase firestore


I am new to firebase firestore and searched, but could not find the limitation for the number of documents that can be handled under one collection. Can anybody help me out to know please.


Solution

  • firebaser here

    There is no documented limit to the number of documents that can be stored in a Cloud Firestore collection. The system is designed to scale to huge data sets.