realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
### How frequently does the bug occur? Sometimes ### Description I'm trying to initialize realm config when app starts with and then call Realm.open(realmConfig!!) when i will need it, but...
Some tests are failing on IOS because of an invalid certificate on the app services endpoint. ``` io.realm.kotlin.mongodb.exceptions.ConnectionException: [Custom][CustomError(4000)] io.ktor.client.engine.darwin.DarwinHttpRequestException: Exception in http request: Error Domain=NSURLErrorDomain Code=-1202 "The certificate for...
### How frequently does the bug occur? Sometimes ### Description I have setup realm in one of our module. For some of our users, we are getting this error in...
The current logging implementation for SDK messages bypasses core category filtering. This prevents users from effectively filtering SDK messages out.
This adds support for Kotlin 2.0. This branch does not have code specific to K2 compared to `main`/`release` but is for compiling and testing the library with Kotlin 2, as...
Testing the fix for https://github.com/realm/realm-core/issues/7627.
Automated Pull Request. Remember to choose "Create a merge commit" before merging.
### How frequently does the bug occur? Always ### Description Expected results use the same anonymous user ID with every session Actual Results every time I log in with the...
### Problem I've implemented the listener for a query, but when there's updates, the flow collect all the changes that happened previously (in this flow.collect() call). And I only want...