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
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...