Skip to content

Implement authorized database access on firestore #1

Description

@NickLewanowicz

Description

Currently the firestore is open to read and writes which is bad for obvious reasons. We arent relying on it for much information (especially anything sensitive) but this will likely be a must have before we can work on sharing libraries across users.

Implementation

We can keep reads open for any information that isnt sensitive (name, email, ect) but writes should only be allowed by the authorized user.

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