realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Results 329 realm-kotlin issues
Sort by recently updated
recently updated
newest added

### 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...

O-Community
T-Bug
SDK-Use:Local
Encryption:On
Frequency:Sometimes
Repro:Sometimes

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...

O-Community
Waiting-For-Reporter
T-Bug
SDK-Use:Local
Encryption:Off
Frequency:Sometimes
Repro:Sometimes

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...

cla: yes

Testing the fix for https://github.com/realm/realm-core/issues/7627.

cla: yes

Automated Pull Request. Remember to choose "Create a merge commit" before merging.

cla: yes

### 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...

O-Community
T-Bug

cla: yes
no-jira-ticket

### 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...

O-Community
SDK-Use:Local
Importance:Workaround