
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
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
- DATABASE ERROR
I suddenly cannot delete any documents in my organization collection. No matter I use SDK or delete it manually in appwrite console platform, it still cannot be...
