Questions tagged [realm-object-server]

The Realm Object Server synchronizes Realms between devices, provides authentication and access control services for Realms, and offers backend integrations and server-side event handling.

Realm Object Server documentation available at:

85 questions
0
votes
0 answers

Can't start the realm object server on mac os

I'm trying to start the realm object server on mac os. I've download 'macOS Bundle' from here: https://realm.io/docs/realm-object-server/#macos and run 'start-object-server.command' file. But it's not working. I get this error. libc++abi.dylib:…
Lerico
  • 1
  • 1
0
votes
1 answer

Cannot open synced Realm on Android with React Native

I'm trying to open a synced realm on React Native with a correctly logged in user like so: Realm.open({ sync: { user, url }, schema, schemaVersion: 1 }) On iOS, it works as expected. On Android, the call hangs without error message.…
0
votes
0 answers

Realm Object Server: "The client is unsupported"

I'm using the Realm Object Server on latest Beta, version 2.0.0-rc2-285. When I'm trying to populate the realm with Java client version 3.7.0, I'm getting the following error on the server: "The client is unsupported" Which version of the Java…
Damnum
  • 1,839
  • 16
  • 35
0
votes
0 answers

Trouble Logging In To Realm Object Server - Swift

I am stuck trying to log into the Realm Object Server (ROS) from my app. I rolled my own log in scheme with a Keychain wrapper but would like to use Realm and the ROS with the cloud. But I cannot write or find a simple way to log in using the…
user6684504
0
votes
1 answer

Realm Object Server shows empty after adding items

I fired up a new ROS on a Google Cloud Compute ubuntu vm and am trying to write objects via a Xamarin.Android project: public class TestObject : RealmObject { public string TestString { get; set; } public int TestInt { get; set; } } //new…
0
votes
1 answer

Messaging on Realm Object Server

Does anybody have any good solutions for doing messaging on a Realm Object Server? I imagine one solution is to have a public realm in which every user has a PublicProfile object. Then users can "message" other users by editing other users' public…
0
votes
1 answer

Realm Object Server - When does syncing occur?

I have an iOS app powered by a Realm Object Server hosted on Amazon and I am curious as to when syncing actually occurs. Is syncing lazy on queries, real-time for all open realms, or something else? For example, let's say I have a realm called…
0
votes
1 answer

How Are Objects Synced in a Shared Realm in Swift

After scouring the documentation, I recently learned that a shared realm (globally available to all users of my app) can only be queried with Realm.asyncOpen. For example, I have a /shared realm that has read-only access to any user. I tried…
Clifton Labrum
  • 13,053
  • 9
  • 65
  • 128
0
votes
1 answer

Realm Function - "We ran into an issue trying to start User Search"

So I hit the green "Play" button to run my Realm function and I'm getting this error. I was building a realm function for user search last night and at one point it randomly started giving me that error. Nothing is showing up in the logs. If I click…
Michael McKenna
  • 811
  • 1
  • 11
  • 24
0
votes
1 answer

how to get access to all the data in realm object server

basic conceptual question about realm. I am looking at using realm for an ios project and would want to use realm object server which will be hosted. But how do I mine and use that data held in the realm object server across all the user realms?
Madison Cat
  • 75
  • 2
  • 6
0
votes
1 answer

Accessing Realm Object Server from macOS and iOS app

I have an iOS and macOS app which use the same data models. I have a realm object server set up on digital ocean. I have followed the ToDo demo tutorials and everything works well. I can see where the iOS app finds the local object server in the…
K. Law
  • 2,541
  • 3
  • 18
  • 27
0
votes
1 answer

Guidelines for robust synchronisation of mobile client (iOS, Swift) with Realm Object Server

I have used the techniques in the RealmTask tutorial (https://realm.io/docs/tutorials/realmtasks/ ) to get a demonstration of synchronisation with the Realm Object Server working. However, as mentioned in realm mobile platform, how to connect while…
gimbal
  • 63
  • 8
0
votes
0 answers

How do I sync between RMD and ROS?

For example, I want to CURD in RMD, then sync to ROS. When it's offline, I can get the data in RMD. And how do I synchronize the entire RDM to ROS? here is my code: SearchModel RealmUtils.getInstance() …
user6261251
0
votes
1 answer

Most affordable option for Realm Object Server?

I am an independent iOS app developer with no database experience and little capital. I read about Realm Object Server today and I am interested in setting it up for sync, but I have had little luck figuring out how I can do so in an affordable…
SAHM
  • 4,078
  • 7
  • 41
  • 77
0
votes
1 answer

Realm supported platforms

Is there any way to use the Realm with web ? Can we use the great Realm features like Reactive architecture ? I referred the docs and i see that it only has cross-platform support(Mobile)
Saif
  • 2,678
  • 2
  • 22
  • 38