Kenneth Geisshirt

Results 415 comments of Kenneth Geisshirt

If you are using Atlas Device Sync, you can inspect your data in Altas using Compass. Correct me if I am wrong, you have a server running an application using...

Unfortunately Studio doesn't have a way to access files other than local files. It is possible to remove the React Native specific parts of the Flipper device plugin to provide...

It is hard to tell exactly but our best guess is that it is related to your ProGuard configuration. Please take a look at https://www.mongodb.com/docs/realm/sdk/react-native/install/#extend-android-proguard-configuration

Unfortunately the Realm database only has the concept of `null` and not `undefined` as JavaScript. Can you explain a bit more? Do you change your Realm file in Studio, copy...

@olivier5741 When you are using device sync, you will be able to view and editor your data in Atlas using [Compass](https://www.mongodb.com/products/compass).

Thank you for your suggestions. > respect an established order (the order in the coded class). Studio is reading the schema from the Realm file, and internally it is alphabetically...

@fkjohn Thank you for reporting and providing a reproduction case. I have experimented a bit by using node.js on MacOS, and I have created the following script (`convert.js`): ```js const...

It is likely related to https://github.com/realm/realm-js/issues/6850 which we are currently working on

@tharwi Thank you for reporting. We need to run a profiler on the app to see how the two different versions behave.

@MihaelIsaev Thanks for reporting.