RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 265 forks source link

Support for MongoDB Realm #146

Closed hakkurishian closed 3 years ago

hakkurishian commented 4 years ago

It would be great to support MongoDB Realm ( RealmSwift >= 10.0).

M0rtyMerr commented 4 years ago

As I can see RealmSwift > 10.0 is still in beta

hakkurishian commented 4 years ago

It is. I'm testing RxRealm currently with it from my fork and so far it looks good. When it is out of beta I consider a PR.

phatblat commented 4 years ago

In the release notes for 10.0.0-beta.5 it looks like they are adding support for Combine. Could RxRealm benefit from that by layering on top of the Combine APIs?

hakkurishian commented 3 years ago

Now the 2nd RC is there.

freak4pc commented 3 years ago

Now the 2nd RC is there.

You said you have a fork. Why not submit a PR ?

hakkurishian commented 3 years ago

@freak4pc -my fork seems to work for the purpose of my app but I will need to run all tests to find potential bugs. However, except the podspec dependencies I did not change anything yet (since it seems to work).

pierre-wehbe commented 3 years ago

Any plans to support 10.0.0 soon?

freak4pc commented 3 years ago

If anyone wants to put up a full PR I'm happy to review and cut a release.

phatblat commented 3 years ago

There's a new SwiftUI guide up which demos use of the AsyncOpenPublisher (new in 10.1). I may take a stab at a PR, but am still wrapping my head around Combine right now.

hakkurishian commented 3 years ago

Unfortunately my fork broke on the latest (10.0) release. I decided to use Combine + RealmPublishers and use simple wrappers to connect to Rx.

rynecheow commented 3 years ago

Do use v4.0.2 from Cocoapods @hakkurishian