f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

Support CancellationToken #58

Open x2764tech opened 3 years ago

x2764tech commented 3 years ago

With the current release (3.1.0.2) none of the Async methods allowing passing a CancellationToken. It would be useful to add them.

f-miyu commented 3 years ago

Unfortunately, original Firestore don't have the cancel feature and there is no way to add it to this library.