i am making a social media app and want that app's users to have a default profile pic how am i suppose to implement this
The best way is to create a function that will trigger any time user create using the users.*.create
event.
Then in that function assign the newly created user the defualt picture.
Check events here: https://appwrite.io/docs/events#authentication-events
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...