
Can I give a function ENV variables or secrets to access when executed? Are these variables considered secure like Vercel's ENV variables?

You can. In the function settings you can define the variables, and yes, they're considered secure as long as you don't expose them

Thank you, @D5 . When you say expose them you by doing something like logging or return them from a function or something similar?
Recommended threads
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Is it possible to change the model to a ...
Is it possible to change the model to a custom model, like: https://chatgpt.com/g/g-rmdbtMF7a-expedia , or only the base 3.5 turbo is possible for chatting?
