-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
If you run the following code, the document and sub-collection document never appear in the UI. This works for the live database.
const firestore = firebase.firestore();
firestore.settings({ host: 'localhost:8080', ssl: false });
const subCol = `firestore/limitToLast/count`;
const colRef = firebase.firestore().collection(subCol);
colRef.add({ count: 1 });Metadata
Metadata
Assignees
Labels
No labels