Hacker News new | ask | show | jobs
by yismail 1023 days ago
If I recall correctly, you can set your firebase rules such that a user can only read/write/delete certain collections based on conditions such as if user.email == collection.email.
1 comments

Doing authorization within firestore breaks down instantly outside of toy applications.