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
I was impressed by the logic in the code that allows for the merging of a diff when there are changes in Firebase. I am hoping to do something similar with a pub/sub protocol that I am working on and would like to know if there is a straightforward way to trigger a GET and MERGE for a changed resource.
For the time being, a document reload or refresh might work well enough. I would appreciate any help or guidance on this.
My logic would be:
on startup open websocket to relay
onMessage, GET the changed resource
after GET, merge changes and render
The text was updated successfully, but these errors were encountered:
I realized that all these questions are answered here: #136
I currently have realtime merges with own DAV backend and pubsub working with my new open source project NosDAV. It's really nice, I even have an AI bot helping to co create mind maps.
Currently I've hacked it together, but I will follow the instructions to integrate it more into the code base and/or make a new backend, if that's a good idea.
I was going through some of the code
I was impressed by the logic in the code that allows for the merging of a diff when there are changes in Firebase. I am hoping to do something similar with a pub/sub protocol that I am working on and would like to know if there is a straightforward way to trigger a GET and MERGE for a changed resource.
For the time being, a document reload or refresh might work well enough. I would appreciate any help or guidance on this.
My logic would be:
The text was updated successfully, but these errors were encountered: