You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I would love for implementation of Upload and Append/Upsert services.
My case for example: I have an social mapping app that is managed at Google's Firebase/Firestore and I want to sync to it a Feature Layer service in order to provide an open accessibility. I wrote some Cloud Functions that uses this awesome wrapper to live change every addition, deletion and update individually in the Firestore to ArcGIS Feature Layer using applyEdits(BTW, it works great, thank you so much :] ).
In this case, I figured out that live updates like this have some disadvantages:
So many small reading and writing transaction costs more that one daily update
Many manual asynchronous request can easily collide
So, using append/upsert+upload would be very easy, safe and economic way to just upload new version once a day.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello everyone,
I would love for implementation of Upload and Append/Upsert services.
My case for example: I have an social mapping app that is managed at Google's Firebase/Firestore and I want to sync to it a Feature Layer service in order to provide an open accessibility. I wrote some Cloud Functions that uses this awesome wrapper to live change every addition, deletion and update individually in the Firestore to ArcGIS Feature Layer using applyEdits(BTW, it works great, thank you so much :] ).
In this case, I figured out that live updates like this have some disadvantages:
So, using append/upsert+upload would be very easy, safe and economic way to just upload new version once a day.
Thank you!
The text was updated successfully, but these errors were encountered: