Kenneth Geisshirt

Results 415 comments of Kenneth Geisshirt

It is currently not supported, and we are blocked by https://github.com/realm/realm-core/issues/777

@devsales Thank you for the proposal/feature request. You are right - we don't have such a method at the moment - neither in the SDK nor server-side. My best idea...

We are using `node-fetch` which doesn't provide a progress bar. But I agree with you that it could be useful.

I believe that we are only releasing for iOS and Android but tvOS would be a nice enhancement!

@bilalhameed1 Thank you for reaching out. Unfortunately we haven't look at it recently but we are considering it (see https://github.com/realm/realm-js/pull/6650/files#r1616413522).

We can create small aux. methods for `reset` and `resetAll` e.g., ```js resetAll() => this.schema.forEach((s) => this.delete(this.objects(s.name)); ```

@saniyusuf Thank you for your suggestion. We have an upcoming project (starting soonish) which is about enhancing the data access. We can use your suggestion as part of the design.

When I run your app, I get: ``` [ { id: 4, name: 'abc' } ] [ { id: 1, name: 'a' }, { id: 2, name: 'b' } ]...

@utkarsh-bandekar We are working on a project to revisit how classes can be used for data modelling but I can't promise a release date.

@utkarsh-bandekar Version 3.5.0 is very old (released December 2019), and I will recommend you to upgrade.