Adam Fish
Adam Fish
Sorry if this is a basic question, but without support for NIF upgrades, what happens when you perform an upgrade?
Agree this would help. Paul suggested this as well.
@TimOliver note to support CloudKit this isn't just a client-side implementation. The user management/authentication of the sync server is evolving beyond the primitive handling currently available, here's the general overview...
@TimOliver do you want to tackle updating the Node.js script similar to what @simonask did for FB seen in this [PR](https://github.com/realm/realm-sync/pull/428). We would then need to update the [binding API...
testing on iOS sim and device. Latest version of the app. Also a problem though with Android.
I think the idea is that you just attempt to retrieve the iCloud ID and use that to identify the user without blocking them to use the app. We are...
So nothing actually needs to be visible to the user it's a transparent login since they don't have to enter anything.
I am confused why we have to save anything to iCloud. Didn't we confirm that you can receive a unique user ID from iCloud, which is all that we are...
Still don't get why we need to save anything? Since the CloudKit user ID identifies the user that should be passed to realm Auth to exchange for a Realm user...
See my comment. Delegating control to iCloud is an application decision and as such could be something we want for RealmTasks (though I don't really see why), but it should...