"Error loading documents" in Firebase Database

Viewed 1483

I'm experiencing error when trying to access Database menu item within Firebase console.

It's a new Database with literally couple records of data but screen keep spinning for ages and then returns message "Error loading documents". In the same time I'm able to access Authentication menu item without any problem.

Note: I'm using MacBook Pro with Catalina 10.15.4 and Safari browser 13.1

enter image description here

6 Answers

It looks like it's a Firewall which is blocking my access to Database section within Firebase Console. Since I'm working on the corporate Mac I don't have control over it.

Workaround that works for me: use alternative private device ie. Mobile Phone.

enter image description here

Disabling the Add-Block fixed mine

For me, the problem was Safari. I was able to access the data programmatically but not via the web UI. Also, Safari worked well for the first few days I used it. I found that when I switched to Brave, I could see all my documents in the console.

On safari it doesn't work. I had to switch browser to Firefox!

Since last Firebase update it doesn't work on Safari anymore, don't know why I tried everything (Ad-block, firewall, ...). Even on mobile.

You have to use another browser to access your firestore docs...

April 16, 2021 : issue fixed, works again on Safari

I had the same problem and I was using windows Microsoft edge, I was using adblocker extension and I turned it off, but it didn't work. Then I opened the console on a chrome browser on a physical device and it worked!

Related