Hello, I am using kmm with Realm, but Realm will b...
# multiplatform
d
Hello, I am using kmm with Realm, but Realm will be deprecated. Any similar DBs that I can migrate? I need fast read/write operations, also auth with FB/Google.
f
Firestore might be useful
p
I believe by "similar" you mean non relational. You can check couchbase. This is a mobile KMP wrapper: https://github.com/jeffdgr8/kotbase
And this bellow, not quite a database but a useful persistence Library based on files. https://github.com/xxfast/KStore
K 1
d
another options besides couchbase and firestore?
p
Not aware of anything else. But you could do a research maybe some new stuff has arrived. Those are old projects I had started
d
I am interested more in KMM
👍 1
a
The MongoDB DeviceSync aspect of Realm is going away by Sep 2025 as per their announcement long thread of (🤯 ) devs here https://www.mongodb.com/community/forums/t/device-sync-and-edge-server-are-deprecated/296035/1 Realm core is all open source but obviously will need volunteer maintenance from now on. If you’re not using DeviceSync you don’t need to rush off.
1