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
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Function Building show 500 Error
Region: sfo Temple: Starter Function Runtime: Nodejs 22 What happened? Before 2 minutes it show ‘server error.","code":500,"version":"0.7.24"}’ after it show c...
- Unable To Use Root Domain In Appwrite
Since Appwrite Manages my DNS Completely, I tried Pointing the Root Domain (**getmyself.app**) to Github Pages, It failed So I tried Using Appwrite Sites, also ...