Search code examples
firebasegoogle-cloud-firestorefirebase-console

Error loading documents when viewing a firestore collection on firebase console


I am facing a very strange issue with cloud firestore. I have a collection named 'advertisements' and when I see the collection on firestore console it gives error Error loading documents. I tried to add a collection named 'ads' and its working fine and also all other collections are working fine. But I don't know why this strange thing is happening with collection 'advertisements'.

Screenshot of error


Solution

  • The issue is resolved and the main cause of the issue was a VPN extension installed in my chrome browser. So for anyone who is facing such an issue try to turn off any VPN or ad blocker extension and it will resolve the issue.