Right now, the user can access the store through the console and modify the user or org's properties via the __update method. We should add some Firebase authentication logic to check that the user is authorized to set those properties before allowing them to do so.
Right now, the user can access the store through the console and modify the user or org's properties via the
__update
method. We should add some Firebase authentication logic to check that the user is authorized to set those properties before allowing them to do so.