my app will use storage in 3 ways:
- posting photos for specified place_id (place, eg. Grocery Store)
- displaying photos for specified place_id
- posting / changing / deleting user profile picture
is there any guildeline i should follow doing this? I've read about creating inbox storage which is write only for users and move photos to another, read only bucket via functions.
I've read about creating inbox storage which is write only for users and move photos to another, read only bucket via functions.
yes, that is what i would recommend
[SOLVED] Buckets & best practices
Recommended threads
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- payment
I’ve never used this service. I remember signing up a long time ago but completely forgot about it. I’ve been receiving emails, but since the payments were fai...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...