Closed
Description
opened on Aug 17, 2020
Viewing the firestore UI is always empty. My tests are passing and successfully using firestore. Creating a collection with a document in the UI returns to a empty database UI. Navigating to the collection via the URL returns an empty collection.
I'm on version 8.7.0
of firebase cli. Starting the emulators with firestore emulators:start
.
Config:
"firestore": {
"rules": "firestore.rules"
},
"emulators": {
"hosting": {
"port": 5000
},
"firestore": {
"port": "8080"
},
"ui": {
"enabled": true,
"host": "0.0.0.0",
"port": 4000
}
}
Activity