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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
It would be a very good (probably ideal) way to do writes and updates if the data and location could be updated simultaneously, instead of writing the data, then writing location on success of data write, and reverting the operation all together incase of failure of either of the 2 writes.
Multi location updates is available in firebase, it could be a really good addition to geofire. Thoughts?
The text was updated successfully, but these errors were encountered:
Hi @xsorifc28 Thanks for the link. I'm aware of that but I'm not sure if doing that will work with Geofire. Geofire stores location in a particular manner. I exported the json to post here.
I don't know what "g" is and how it is created and looking at the exported json, it is same as ".priority", which again I don't know what it is. And "l" is an array, so I will need to store it like that and not use the GeoLocation object at all? I'm confused as to how to move forward.
It would be a very good (probably ideal) way to do writes and updates if the data and location could be updated simultaneously, instead of writing the data, then writing location on success of data write, and reverting the operation all together incase of failure of either of the 2 writes.
Multi location updates is available in firebase, it could be a really good addition to geofire. Thoughts?
The text was updated successfully, but these errors were encountered: