You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should enforce that any modules that try to access firebase only have access to the calling threadID and module document. For example, if someone in threadID=1 access the preferences module, that instance should only have access to /1/preferences in the firebase DB. We will probably want some whitelisted exceptions explicitly provided in firebase.js, like giving all modules access to a threads general preferences.
The text was updated successfully, but these errors were encountered:
We should enforce that any modules that try to access firebase only have access to the calling threadID and module document. For example, if someone in
threadID=1
access the preferences module, that instance should only have access to/1/preferences
in the firebase DB. We will probably want some whitelisted exceptions explicitly provided infirebase.js
, like giving all modules access to a threads general preferences.The text was updated successfully, but these errors were encountered: