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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...