hevon
BBuildShip
•Created by hevon on 9/19/2022 in #💬・general
Firebase Storage rules
could you give me an example on how I could have both rules? btw this apply to Firestore AND Storage as we don't use Firebase Auth to authenticate. We basically need to keep the rule below for now: match /{document=**} {
allow read, write: if true;
}
7 replies
BBuildShip
•Created by hevon on 9/19/2022 in #💬・general
Firebase Storage rules
understood, but do you suggest or enforce? if enforce than it means I have to update my app setup
7 replies