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
- Sites: Auto deploy on wrong github repos...
Hello, I have kinda with UAT(testing env) and prod env. When i pull request from dev -> uat, which stands as pre-prod environment to fully test all functionalit...
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...