
Hello, What is the advised way of having different environments (prod and dev) when it comes to functions? I know the main way for user auth is to have an entirely different project. I read in the docs that functions' code can live in a git repo and whenever new code is merged to main the function is updated to that code. Can I have a dev branch be used for my dev project and then main be used for production?

sure. maybe 2 functions. 1 for dev and another for prod
Recommended threads
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Network error when attempting to fetch r...
Hi, I am trying to modify some database data in the console for testing but keep getting this error. I am on the appwrite cloud and have already tried clearing ...
- Having errors migrating to cloud
Project will not migrate compeltely
