abkarino
abkarino
This bug is open from more than a year ago. Any solutions or workarounds ??
Yes, I tried on both 1.4.5 and the master branch and both gave the same error. Xcode 5.0.2 on OS X 10.9. Deployment Target 7.0
I think the problem happens because I am targeting 7.0 not 8.0 as this function was introduced on 8.0 I believe. And since xcode doesn't have any knowledge of 8.0,...
For my use case, I have a huge number of writes but due to the update document mask exceeding the limit, I have to read and merge the data manually....
This is not a duplicate, a batch write is not the same as transaction.
You would need to use a `batchWrite` operation which would encapsulate up to 500 writes. However, this feature is not available in this repo yet. There is a Pull Request...
I have no clue. https://github.com/grahamearley/FirestoreGoogleAppsScript/pull/144 I was just checking if there has been any updates recently in this repo.
I already have that feature deployed on my fork, you can use it from there or you can do a new fork and deploy it to your own script.
The readme is updated, only writing tests remain.
> @abkarino @grahamearley Will this be merged at some point? I am afraid, it is not really in my hand. At the moment, it only needs the tests to be...