Page 1 of 1

Realtime DB Synch .

Posted: Thu Feb 19, 2015 7:18 pm
by Amine Naro

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 ....


Realtime DB Synch .

Posted: Fri Feb 20, 2015 11:02 am
by Evgene Karachevtsev

Hello!

Sorry, I'm not sure I understand you correctly, could you please detail your request?


Realtime DB Synch .

Posted: Sun Feb 22, 2015 4:31 pm
by Amine Naro

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


Realtime DB Synch .

Posted: Tue Feb 24, 2015 11:39 am
by Illya Stepanov

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.


Realtime DB Synch .

Posted: Sun Mar 01, 2015 12:39 pm
by Amine Naro

thanks .