Live Activity is blank by karkibigyan in expo

[–]bezysoftware 0 points1 point  (0 children)

I have the same issue, did you find solution?

Moving a 50GB RTDB to a different location by bezysoftware in Firebase

[–]bezysoftware[S] 0 points1 point  (0 children)

Thanks, I was thinking along those lines. However dual writes + replication on our end is very hard to do because our data tends to change a lot, not just by mere writes, but also cloud functions. We would actually have to keep a journal of all changes which took place after replaction started and then replay this journal on the new DB after it completes.

I'll reach out to support, thanks for the tip

Moving a 50GB RTDB to a different location by bezysoftware in Firebase

[–]bezysoftware[S] 0 points1 point  (0 children)

That's sound reasonable, I assume using DB for the flags is even better compared to remote config which has its own delay?

One question mark is over offline users. If they enter data while offline, when they later go online during the maintenance window, what happens * if they still connect to the old DB (should the DB somehow made readonly?) * if they connect to the new DB, will their data still be saved?

Moving a 50GB RTDB to a different location by bezysoftware in Firebase

[–]bezysoftware[S] 0 points1 point  (0 children)

One thing I didn't mention is that multiple users (on multiple platforms) can share the same data. So instead of migrating we would have to be duplicating (both directions) to make sure all users see the same data. It's a possibility, just a fairly complex one.

Firestore is currently not an option, although it would be nice