Category "realm"

Realm DB React native Schema - type must be of type 'string', got (undefined) Error

This is my Schema for a Message history i'm getting from the API export default class MessageSchema { static schema = { name: 'MessagesHistory', prim

Beginner in Realm Swift - How to instantiate a new Realm in SwiftUI

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

Mongo RealmSync Getting Error: Encountered non-recoverable resume token error

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

MongoDB Realm: How to delete element from list of embedded objects

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

How can I display my user custom data in String format?

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

Error deleting records from a SwiftUI List and Realm

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

Trying to import realm, but getting error: Missing Realm constructor. Did you run "pod install"? (I'm using windows)

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

realm react-native: how to query correctly an array of strings

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","

realm.js - Accessing object of type Contact which has been invalidated or deleted with NO stack trace

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

npm ERR! Unable to authenticate, need: Basic realm="https://pkgsprodsu3weu.app.pkgs.visualstudio.com/"

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.

Realm won't update on runtime when realm file changed

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