Skip to content
Advertisement

How to move all records from one location to another in Firestore Database (Android Studio)

How to move all Firebase database records (not a specific record with an id) from a specific location to another. Code for moving certain records:

JavaScript

Database structure:

Database structure 1,

Database structure 2 (continuation)

Advertisement

Answer

Method: Move data from Firestore Database (not Realtime Database) to new collection in Android Studio

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement