I have a method that creates and update a realm table private static void createOrUpdateModel(RealmSchema schema, Class clazz) { Field field[] = clazz.getDe
I am using the React-Native version of MongoDB Realm. In my data model, I am using a list embedded objects. My schema looks something like this: const EmbeddedO