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
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Accessing secure files from storage via ...
Hi everyone, can someone tell me what is the preferred way of accesssing user only files from storage in react native? I saved the file with user only read per...
- Confusion around Tables / TablesDB vs Da...
Hello everyone, I ran into quite a bit of confusion when trying to migrate a Function from Databases.createDocument() to the new Tables / Rows API and wanted t...