1
votes

In one of my android application, I am using Firebase Realtime Database. Now, I want to upgrade existing data with new Cloud Firestore, So please let me know is that possible?

Thanks in advance

1
This is a duplicate question. Please see stackoverflow.com/questions/46639693/…Thomas David Kehoe

1 Answers

2
votes

You can certainly write code to copy your data from one place to another. There is no automated process, since the two databases are designed very differently from each other. You will need to make decisions about how to structure your collections and documents in Firestore, because Realtime Database has no such concepts.

https://firebase.google.com/docs/firestore/firestore-for-rtdb