Hi,
Should it be possible (hints welcome!) to sync local storage with the Firebase realtime dB?
Thanks,
Steve
Hi Steve,Sorry for the late reply. What exactly do you want to achieve with this implementation? In theory yes, you can do that sync just like you do a sync with the OutSystems server database. However the api provided by our component isn't designed to take advantage of Firebase database as it is but more like a socket manager to enable real time communication. You'll probably need to edit the Firebase component first.Regards