Kenneth Geisshirt
Kenneth Geisshirt
@nuratun I'll keep the issue open until we have a chance to revisit auth in the near future.
@tgerk Thanks for your contribution. Please sign the [CLA](https://github.com/realm/realm-js/blob/master/CONTRIBUTING.md#cla).
@manniL Thank you for your contribution.
Mixing Realm SDKs in one app is not something we test and support as such. We are investigating it and we plan to write some guidance in our documentation.
@akshayxfortech Realm JS v12.0.0-browser.1 is far behind current Realm JS. We have an upcoming project to rebase https://github.com/realm/realm-js/pull/5525 and make it easier for users to consume.
Thank you for request and suggestion on how to fix it. I see that it has been fixed in StackWalker (https://github.com/JochenKalmbach/StackWalker/pull/54), and I will try to upgrade to a more...
Thank you for opening the issue. It is correct that we don't support arrays of arrays. And mixed value cannot be an array unfortunately. We see requests for GeoJSON support...
@muddy-alex I will leave the issue open - but on our backlog - as I hope we will have a chance in the future to add support for it.
From v12.9.0 a mixed property can be a list. An array of an array can be done by declaring an list of mixed in the schema, and assign an array...
Currently there is not elegant way to detect it. We could expose [this Realm Core function](https://github.com/realm/realm-core/blob/master/src/realm/object-store/shared_realm.hpp#L141).