Realtime DB Synch .
just like firebase , noSQL realtime synch , updates on db , goes to all connected devices to that update . even if the update is coming from another device as well ....
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
just like firebase , noSQL realtime synch , updates on db , goes to all connected devices to that update . even if the update is coming from another device as well ....
Hello!
Sorry, I'm not sure I understand you correctly, could you please detail your request?
talking about the appery DB ,need it in a way that when anything happens on the db (insert / update / delete ) , it triggers an event in all devices running the app ( we can add filters of course to avoid sending the event , to an unconcerned devices , for filter i like the way "deployd" did it )
you can check the firebase , and the deployd DB s , they both has this feature , and i'd like to see it on appery .
if it still not clear , i think we'll need to ahev an IM conversation , so i can follow with you step by step ...
thnx
Hi -
You can implement something like this now with Server code, but this wouldn't be so much productive at the moment.
For now we don't have any near plans to implement this in our platform.
thanks .