Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR Limit creation of collections #1932

Open
Nexeuz opened this issue Jun 30, 2019 · 1 comment
Open

FR Limit creation of collections #1932

Nexeuz opened this issue Jun 30, 2019 · 1 comment

Comments

@Nexeuz
Copy link

Nexeuz commented Jun 30, 2019

[REQUIRED] Describe your environment

  • Operating System version: Windows 10
  • Browser version: Chrome 70
  • Firebase SDK version: 6.8.0
  • Firebase Product: Cloud Firestore

[REQUIRED] Describe the problem

Steps to reproduce:

Sometimes we need limit the creations of documents in a collections, because users can make millons of multiple tasks in the same collections at the same time. We need limit the creation of collections an throws an error if the creation of docs it was surpass, nowadays we can handle with this creating a cloud function but it becomes a high cost bill if we handle with millons of documents creations.

related question:

How to limit documents in a collection in Firebase Firestore - stackoverflow

@schmidt-sebastian
Copy link
Contributor

@Nexeuz Thanks for filing this feature request! Unfortunately, this is not currently a feature that we expose. We will keep this request in mind as we evolve our product.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants