harisvs·10 ปีที่แล้ว·discussAs for actual data backup , firebase offers this in the standard plan. But real-time to consistency is bit of a gray zone.I was just rehashing something the firebase team built . Streaming data import something .Firebase team says they have something in the pipeline , I hope they release it soon.
harisvs·10 ปีที่แล้ว·discussBecause nodejs SDK for firebase is real-time. Additions deletions etc are real-time.It will work as long as your server is running.
harisvs·10 ปีที่แล้ว·discussWhat u could do is run a simple nodejs server using firebase API and Save data to a db, (rethinkdb) from day one! (Backup)For Android/ios clients there is data persistence for minimising data usage.Saving user details as Json will help u export user details too
I was just rehashing something the firebase team built . Streaming data import something .
Firebase team says they have something in the pipeline , I hope they release it soon.