How do I use dart for cloud functions am seeing just php, python, node and ruby
I'm more fluent in dart
Enabling Function Runtimes
Okay
Will appwrite automatically update runtime when dart releases new version?
No
Ouch, I need to just change the runtime version and it will update?
You would need to upgrade Appwrite, enable the new runtime, and deploy a new function with that new runtime
Okay I'll search for the command used for appwrite upgrade
I'm currently studying the env file on docs
This is assuming we've added support for that runtime in the newer version of Appwrite
Ok. What's the upgrade command
Or better still, I'll search it so as not to bother you
Recommended threads
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?