
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
- SSO google apple not working anymore
We use Apple and Google sso in our react native app. Everything worked fine until we noticed today that we see general argument error. We did not change anythi...
- Trouble with Anonymous Login on iOS
Ideally I would like to be able to sign in anonymously and persist this user even if they close and reopen the app. Is this possible? Here is what I currently h...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
