I’ve used Realm for a few months and just started trying Mongo Realm this week.
I’m working on an iOS app.
I can log in to my Mongo Realm database and write to a collection.
I know it is syncing because I run the app on two different devices and the data synchronizes whenever the object is edited on either iOS device. Yeah!
However,
I don’t see the data I created in iOS on my MongoDB Compass app.
I don’t see the data I imported in Compass on my iOS app.
In the browser, on cloud.mongodb.com I see the data I imported in Compass.
On realm.mongodb.com I see logs indicating syncs from the iOS modified data, but nothing downloading the larger collections imported into Compass.
In my app, every object has an uuidUser key and an UUIDFamily key. I’m using the uuidFamily key as my partition value for syncing.
Any suggestions on how to get data from Compass into iOS?