This is my Schema for a Message history i'm getting from the API export default class MessageSchema { static schema = { name: 'MessagesHistory', prim
I have a class DataEntry that I want to store instances of in a Realm database, but i'm having issue instantiating a Realm. Here is my DataEntry class: class Da
I am getting the below error Mongo RealmSync, after that i need to manually re-enable the sync process. Anyone know, what is the cause of that error, encountere
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
I'm new to Swift UI and MongoDB Realms. I'm trying to display a user's email (from their respective custom user data) in a text box but I'm getting a weird resu
Has anyone been able to successfully integrate Realm with SwiftUI, especially deleting records/rows from a SwiftUI List? I have tried a few different methods bu
I'm making a mobile application with react native. I want to use Realm (mongodb). So after running: npm install realm realm was correctly added in the "node_mo
can someone show me how to query an array of strings with realm in react-native? assume i have an array like the following: const preferences = ["automatic","
Would (really) appreciate help on this one. I have a realm listView which navigates away to a detailed view. The detailed view is deleting the entry from the or
I ran npm i @wtw/canvas and got this error: npm ERR! code E401 npm ERR! Unable to authenticate, need: Basic realm="https://pkgsprodsu3weu.app.pkgs.visualstudio.
I have an android phone app sending the whole realm file through data item api to the wear app. There is a service on wear app to replace the local realm file w