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 and Increment Value #63

Open markbreuss opened 3 years ago

markbreuss commented 3 years ago

Hello @cachapa,

I am ussing firedart to work on a WIndows Flutter application.

Is there a way to use Transactions and/or Increments with this package? If so, can someone share a Link or minimal example to implement those behaviors.

If not, is there a workaround of some sort possible?

Thank you in advance for your help!

Mark

cachapa commented 3 years ago

Hi, sorry for the delay, but things have been hectic lately.

Unfortunately there's no support for transactions at this time. AFAIK the underlying protobufs support them, so it would be a matter of someone wiring them in.