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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...