Skip to content

Firestore UI bug #371

@russellwheatley

Description

@russellwheatley

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions