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
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...