Importing JSON file in Firebase

joel picture joel · Jan 3, 2017 · Viewed 9.7k times · Source

I imported a JSON file into Firebase Realtime db, but cannot see the db schema change as per my JSON. Where will my JSON file data be seen in the Firebase db?

Answer

sunil Kumawat picture sunil Kumawat · Jan 4, 2017

I think you know very well that how to import or export database json. Now if your database JSON file is correct then it import your json file in the firebase database and automatically create the schema of the database according to the json file... Otherwise it show you error

check your json file and try again