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
8
votes
1 answer

Best strategy share data between users on Realm Object Server?

If I want to share some data between users, what is the best strategy with Realm Object Server. For instance 5 users want to share their favorites movies. Everybody share 3 movies and they should see a list of 15 movies.
5
votes
1 answer

Using Realm with Amazon DynamoDB

My app is offline-first, and therefore Realm has been wonderful for persisting and accessing data. I love it. However, I also want to store the user data in the cloud (for backup but also in case I add web support later). I know that's exactly what…
5
votes
1 answer

How to handle sync error: "Bad changeset received: Assertion failed: left().link_target_table_ndx == right().link_target_table_ndx"

I got this error on the object server console on login and can't sync anymore. The same user account was working before. 2016-12-13T13:20:52.858Z - error: sync-server: Connection[6]: Session[1]: Bad changeset received: Assertion failed: …
User
  • 31,811
  • 40
  • 131
  • 232
4
votes
1 answer

Unable to connect to Realm Object Server using NodeJs

I've installed Realm Object Server using the docker container method on a VM on the google cloud platform. The container is running and I am able to connect in a browser and see the ROS page. I am able to connect to it using Realm Studio and add a…
Christian Fox
  • 390
  • 2
  • 15
4
votes
3 answers

Trying to use Realm Object Server Tutorial

I have created an Amazon Web Services EC2 instance and deploy one of the AMIs with a Realm Object Server as its documentation explains: https://realm.io/docs/realm-object-server/#install-realm-object-server Once installed and created my admin user,…
cmacera
  • 1,140
  • 1
  • 10
  • 21
3
votes
1 answer

Right way to create new user's Realms on Realm Object Server with permissions

I'm trying out the Realm Mobile Platform for determining if it will be suitable for a upcoming project. I'm using the server admin user to login into my sample app, and by providing different paths in the SyncConfiguration object I'm able to create…
3
votes
1 answer

Multiple realms in React Native don't query realm object server correctly on first launch of app after install

I am having an issue dealing with multiple realms in React Native. I'm working on an app that allows users to use the app without having a subscription (using a local realm) and then at any point in their app journey they have the option of…
jasonmerino
  • 3,220
  • 1
  • 21
  • 38
2
votes
2 answers

Realm Object Server on Alibaba Cloud ECS

I'm just teaching myself developing iOS App using swift. I use Realm instead of Core Data for local data storage and I find it very intuitive. For remote storage and database, because I have zero backend experience, I've been using firebase for all…
KMW
  • 121
  • 4
2
votes
1 answer

Realm. ROS upgrade from 1.0 to 2.0 (from Amazon EC2)

Want to upgrade from ROS 1.0 to ROS 2.0 About upgrade steps:(https://realm.io/docs/realm-object-server/latest/#upgrading): -Guide suggest to create a new folder for the ROS mkdir -p /srv/new-root # should be an empty dir And for the key, seems…
Franck
  • 8,939
  • 8
  • 39
  • 57
2
votes
0 answers

Setting Up Permissions with Realm Object Server for shared Realms

I am trying to set up a shared realm, which all users have access to. I also intend for users to create realms as required, which represent projects. I would like to give the user permissions to read and write any project realms that they have…
2
votes
1 answer

How separate my realmObjects in multi sync realm?

I have some realmObject(my data model) in my android app and some Sync Realm for example: realm_url1 = "realm://myserver:9080/~/setting contain some user setting realmObject realm_url2 = "realm://myserver:9080/~/app contain some app realmObject How…
Saeed
  • 101
  • 1
  • 1
  • 12
2
votes
0 answers

Share table with all users with Realm Object Server

I have tried to share a table between users, basically I just want a table that every users could read and write. I have tried to remove the "~" in the table but I can't see this table on the Realm Object Server. This table does not seem to…
2
votes
1 answer

Realm shared table size

If I share a table on Realm Object Server between all users. If this table is very big. Is it Going to take lot of space on the device or Realm has a kind of caching rolling system?
2
votes
1 answer

Realm Object Server - Error: Your request parameters did not validate

I built a small iOS application which uses Realm instead of CoreData. The app does not require a login as it only stores data entered by the user. I'm currently trying to save users data so that if a user deleted the app for example, the data will…
1
vote
1 answer

Is there a way to successfully execute nested flux operations without actually blocking your code?

While working with Spring Webflux, I'm trying to insert some data in the realm object server which interacts with Java apps via a Rest API. So basically I have a set of students, who have a set of subjects and my objective is to persist those…
ayush prashar
  • 436
  • 5
  • 13
1
2 3 4 5 6