cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Transactions or batch operations? #126

Open patricknicolosi opened 9 months ago

patricknicolosi commented 9 months ago

Is there a way with this package to do transactions or batch operations?

In my flutter project I need to upload many documents at once. My method does something like.

Screenshot 2023-12-18 alle 12 51 10

"done" is printed but if I connect to my Firebase console I see that the documents are still being added after a few minutes.

Is there any way to be sure that all documents have ACTUALLY been uploaded?