seenee
seenee
BRBuildShip + Rowy
Created by hevon on 9/19/2022 in #💬・general
Firebase Storage rules
You can do
/{document=**} {
allow read, write: if true;
allow read, write: if request.auth.token.roles.size() > 0;
}
/{document=**} {
allow read, write: if true;
allow read, write: if request.auth.token.roles.size() > 0;
}
7 replies
BRBuildShip + Rowy
Created by hevon on 9/19/2022 in #💬・general
Firebase Storage rules
Otherwise, we don't check or require that those rules are set to use Rowy. But if you don't allow your users to at least write to a Storage path, they won't be able to upload files from Rowy
7 replies
BRBuildShip + Rowy
Created by hevon on 9/19/2022 in #💬・general
Firebase Storage rules
It looks like the setup process only the rule allow read, write: if request.auth.token.roles.size() > 0; to be set for any path, not all files. So you could set it to match a fake/unused path to bypass that when setting up.
7 replies
BRBuildShip + Rowy
Created by hevon on 9/19/2022 in #💬・general
Firebase Storage rules
Hi, these are the default Firebase Storage rules we suggest, so that people can upload files in any table by default, for simplicity. The default Firestore rules we set and suggest don't allow read/write for all users for all collections
7 replies
BRBuildShip + Rowy
Created by wankel on 7/21/2022 in #💬・general
Rename collections in Rowy
If that’s a yes to both, it sounds like they’re doing what I described earlier, where they move all the documents to the new collection as well. This is something we’d have to add. Right now we can only change the table name and which collection it’s displaying. If the collection is empty, you can change the collection it displays, and it’s functionally the same as changing the collection name.
5 replies
BRBuildShip + Rowy
Created by wankel on 7/21/2022 in #💬・general
Rename collections in Rowy
Hey there, I have a few more questions: 1. Did the collection already have data? 2. Did renaming in Firefoo also rename the collection in the Firebase Console?
5 replies
BRBuildShip + Rowy
Created by geop0p3 on 6/29/2022 in #💬・general
Can’t see collections when creating tables
No description
1 replies
BRBuildShip + Rowy
Created by davhad on 6/24/2022 in #💬・general
Update a field value for all rows
Thanks for this, we’ll take this into consideration.
11 replies