back

by vira28·7y ago·view on hn ↗
We were using RTDB and migrated firestore. The querying limitations in RTDB is really painful. Transitioning was not that difficult. Basically wrote a script in node.js to migrate the data. (our db size is <100M)
1 comments
I'm guessing this includes updating your source code for the new library/methods
Absolutely. Need to go through a whole bunch of changes (in architecture, query, security rules, backend like cloud function etc...)