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?
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