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

Add support for BulkDelete/BulkAdd/Collection #129

Open
arvindkumarc opened this issue Jan 6, 2022 · 0 comments
Open

Add support for BulkDelete/BulkAdd/Collection #129

arvindkumarc opened this issue Jan 6, 2022 · 0 comments

Comments

@arvindkumarc
Copy link

Right now, in order to delete or modify or create a batch of documents to a collection, there is no simple way. All we have to do is to query, and getAllData and then perform the required operation. Eg: To delete an entire collection.

Some methods like firestore.deleteCollection(), firestore.bulkAdd(collectionName, [d1, d2]) should help to avoid multiple calls to firestore.

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

1 participant