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

Realm authentication for an app with thousands users

I'm using Realm Object Server, every user has his own database. What is the proper way to do authentication when you have thousands of users?
Alan Digitals
  • 175
  • 1
  • 5
0
votes
2 answers

Could use Realm Mobile Platform instead of using other database?

I want start new project with Realm Mobile Platform and get a free trial of Realm Mobile Platform professional edition for testing that, and make my startup. In my project i will have some stores that sell their goods in Mall Application(Android,…
0
votes
1 answer

Https Proxy for Realm Object Server not working

I can't seem to get the https proxy for my Realm Object Server running. I've followed every step in the docs, which include editing the configuration.yml file to change: proxy.https.enable: true proxy.https.listen_address: :: …
Charles Wong
  • 209
  • 1
  • 4
  • 9
0
votes
1 answer

By realm framework how to sync (update & download) with webserver in swift?

I want to take value from local realm database and save it to realm object-server database and then (after user login) I want to fetch data value from realm object-server database. How can I do this? Can I achieve my sync (between realm Local…
Jamil
  • 2,977
  • 1
  • 13
  • 23
0
votes
1 answer

How to initialise a Realm list?

I am working through the realm swift tutorial found here. Once I completed the tutorial successfully on my local machine I deployed the realm object server on a Ubuntu digital ocean server. Now when I run the code on my dev machine pointing to the…
grabury
  • 4,797
  • 14
  • 67
  • 125
0
votes
1 answer

Unique Realm container objects

I implemented real time sync following Realm's tasks demo app. There a dummy container is used, to hold a List with the models. The demo app doesn't seem to support offline usage. I wondered what happens when, given this setup, I start the app on an…
User
  • 31,811
  • 40
  • 131
  • 232
0
votes
1 answer

Changing IP address in Realm Object Server

I have an issue when the Realm Object Server have a different IP. The application can login through by Credential but after that it will return empty data although my database sit right on that IP and can be accessed by Realm Browser. Actually, I…
Nhat Tran
  • 13
  • 4
-1
votes
1 answer

Session error. The type of the Realm file was invalid

I'm trying to use Realm Object Server, but can't access to data.enter image description here Can you say why I getting this error? Platform - Android. Language - Kotlin. Realm version - 5.4.0
-1
votes
3 answers

Making public realms on Realm Object Server in Swift

I am trying to make a public realm that all users will have read permissions to. The realm team mentioned this capability in this webinar, but I am having trouble finding any documentation on how to do it. Here is a nice image from the webinar that…
Jake Cronin
  • 1,002
  • 13
  • 15
-1
votes
1 answer

Design plan for new iOS application using Realm

I am very new to Realm and its technology, but have an idea for a sports application that the realm object server and its synchronisation could really help, but am unsure how I should set it up. So I want to be able to share between a group of…
drewglew
  • 149
  • 1
  • 13
1 2 3 4 5
6