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.
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.