Search code examples
androidjsonfirebasefirebase-realtime-databasefirebase-console

Import JSON broken Firebase


I have exported my app JSON file and edited a name on it to test the importing function, but it is not working either on Chrome or on Edge.Also, I have found this Google Form that users are complaining from the same thing as some of them say on Edge it is working but for me it's not

Tested on

  • OS: Windows 10 Build 14393.rs1_release.160715-1616
  • Browser: Chrome Version 55.0.2883.87 m (64-bit), Edge Browser

Anyone knows how to solve it?


Solution

  • Before importing back to Firebase Database, make sure to check your JSON validity. You can do this at some website such as https://jsonformatter.curiousconcept.com

    The most common errors are the lack of quote sign for key or string value and missing commas for each child.