Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cloud Firestore 'Oops, collections failed to load!'

Trying to play around with the new Cloud Firestore but when I choose the firestore dropdown the datapanel says: 'Oops, collections failed to load!'

Is this attempting to import my existing realtimeDB into and failing or some other reason?

Thanks,

Ben

like image 320
Ben Flowers Avatar asked Oct 03 '17 20:10

Ben Flowers


1 Answers

It's not.

You might see this error if the Cloud Firestore API is not enabled: Check on the Cloud Firestore API page after selecting your project name.

You might also see this if App Engine is disabled, since we rely upon some common infrastructure: Check on the App Engine Settings page to ensure it's not disabled after for your project.

like image 177
Dan McGrath Avatar answered Oct 03 '22 20:10

Dan McGrath