
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 many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
