functions-starter
functions-starter copied to clipboard
## What does this PR do? Set the dart_appwrite package version to 8.0.0 ## Related PRs and Issues * https://github.com/appwrite/appwrite/issues/5521 ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? Yes
### 🔖 Feature description I have been using Firebase for long period of time and able to use it perfectly but sad news is that it charges more when we...
### 👟 Reproduction steps When using the CLI to init a new function, the template that gets pulled down it only contains node-appwrite version `^9.0.0` When the function get build...
## What does this PR do? Fix deno runtime import links. ## Test Plan - Run appwrite cli command `appwrite init function` and choose deno runtime. - Go into `function/src/deps.ts`...
### 👟 Reproduction steps Run `appwrite init function` and select the deno runtime. Deploy the function. ### 👍 Expected behavior It should deploy. ### 👎 Actual Behavior It fails to...
### 👟 Reproduction steps Java Function: ``` var client = new Client(); client .setEndpoint("http://192.168.1.3/v1") .setProject("java0001") .setKey("..."); var databases = new Databases(client); ``` Gradle: ``` dependencies { implementation 'io.appwrite:sdk-for-kotlin:1.1.0' implementation 'com.google.code.gson:gson:2.9.1'...