Thomas K

Results 27 comments of Thomas K

Still no timeline? An Easy way would be, to make the field version and deleted accessible for APIGraphQL. This would make it possible to work with both. @haverchuck any possibility...

When I log the releas, I find this: ``` An error occurred on the remote ON_CREATE subscription for model ActivityEntry java.lang.IllegalArgumentException: com.amplifyframework.datastore.appsync.ModelWithMetadata requires 0 type arguments, but got 1 at...

Hi @Jordan-Nelson After excluding Codemagic and the other release Bild stuff, I worked on my machine with the exact same code and backend. I use observeQuery and normal queries One...

Almost forgot: ``` environment: sdk: '>=3.2.3 1.6.0' amplify_api: null amplify_auth_cognito: null amplify_datastore: null amplify_storage_s3: null ```

run in profile mode works as well btw

@haverchuck in this terms, i use stanard oft flutter projects, so no as far as I know. Pro guard would be here? ``` buildTypes { release { /* ndk {...

``` def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile.exists()) { localPropertiesFile.withReader('UTF-8') { reader -> localProperties.load(reader) } } def flutterRoot = localProperties.getProperty('flutter.sdk') if (flutterRoot == null) { throw...

@haverchuck your shrinking approach seems right! If I disable shrinking completely, it seems to work. I'm sure, this is not the best way to go, but will result in a...

@Jordan-Nelson please find here the full schema: ```graphql type UserStatusEntry @model @auth(rules: [{ allow: owner, }]) { id: ID! owner: String @auth(rules: [{ allow: owner, operations: [read, delete] }]) cognitoUser:...

@Jordan-Nelson did you tested with sync on and some data in the cloud?