lake-of-fire / BigSyncKit

Realm-specific fork of SyncKit to use IceCream's scalable approach to object subscriptions
MIT License
11 stars 1 forks source link

Is it stable? I see only one branch and no comments for commits. But I'm really interested in this repo #1

Open Ru5C55an opened 3 months ago

Ru5C55an commented 3 months ago

Can I migrate from IceCream to this library without problems with my current prod iCloud schema? Any docs for this or differences for using?

dong706 commented 6 days ago

I noticed you're also using the IceCream library. Since the author of IceCream has been inactive for quite some time, I was wondering if I could ask for your help on an issue. When I need to synchronize both private and public database simultaneously, which approach should I take? The author provided an answer in this link: https://github.com/caiyue1993/IceCream/issues/255, but I'm unable to get the code to work correctly. Specifically, I'm able to synchronize the private database but not the public one. Could you assist me in resolving this?