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
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...
- Getting CORS error when accessing websit...
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-ra...
- How to ByPass the Hostname restriction f...
Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname...