Super excited that 1.5 is now available for cloud!
Question.. how do I set an attribute to auto populate with the user ID?
Or what’s the easiest way to have that linked?
depends on how you're creating the document.
For example, I have a users/profiles collection and a function that triggers when a new user is created. Then, i take that data and create the document in users/profiles collection
Just generally I wondered if it could be set as a default value or a trigger rather than having to be passed through as a value from a web app for example
Recommended threads
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- How to display images from storage
I tried the link above, but it returns the error “`Please upgrade to a higher plan.`” I don’t need Transformations at the moment, I just want to display the ima...