@BrandonCKrueger, I made some adjustments to what you had:
Fixed a brace alignment issue
Changed object to meetings instead of meeting
Changed presentUsers to be array of userId/boolean pairs, similar to the adminStore -- this will prevent syncing issues if we allow users to update their usernames in the future
These are applied in DEV, so I'm going to merge this. I'm happy to make changes if you run into problems. Let me know if you have questions. Thanks!
Add meetings to Firebase rules.
@BrandonCKrueger, I made some adjustments to what you had:
meetings
instead ofmeeting
presentUsers
to be array of userId/boolean pairs, similar to the adminStore -- this will prevent syncing issues if we allow users to update their usernames in the futureThese are applied in DEV, so I'm going to merge this. I'm happy to make changes if you run into problems. Let me know if you have questions. Thanks!