Kenneth Geisshirt

Results 415 comments of Kenneth Geisshirt

@Sine99 No update to share. We haven't prioritized yet as we believe our resources are used on other issues.

We don't have any immediate plans to support React Native V8. We are in the middle of a major rewrite of the SDK (see https://github.com/realm/realm-js/discussions/5416 for more), and once it...

@Mooli88 Is you data very structured or do you for example have object properties which can take values of different types? At the moment, we don't have a tool which...

@jasontlouro Using Apple credentials across iOS and Android is currently not supported. I suggest you raise the issue through our regular customer support channels.

@petmongrels Links will always be nullable. In version 12.0.0 we have tied up the schema validation so it will mislead you. Prior to version 12.0.0, our schema validation wasn't strict....

Unfortunately it is not possible to specify that a link must be required (strictly speaking, Realm supports N:0 relationships, and not N:1 relationships). If it was possible, you could easily...

@petmongrels Thank for the detailed suggestion. I will put the issue on our backlog and discuss "hot topics in data modelling" with a broader audience (aka the other SDK teams).

@michael-mckenna I suppose `obj` has a schema with a list of `GlobalUsers`. Something like: ``` const Realm = require('realm'); const globalUserSchema = { name: 'GlobalUser', primaryKey: 'id', properties: { id:...

@michael-mckenna Thanks for the clarification. I label it as an enhancement as I believe we should validate `push`'s parameters more carefully.