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
Anyone knows how to solve it?
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.