Just looking for guidance. Is it possible to update Realm Mobile Database objects with a rails app/api and if so how? We want to build a rails web app that can update realm objects but I do not see any documentation on how to achieve this.
Any ideas?
Example: A mobile device sends an email to someone with a link that contains params. They click the link, it opens a browser to a rails webpage and in the backend, the rails app takes the params and updates the Realm object with the params.
Is it possible?
You can currently do that with the Enterprise or Pro Edition and the Node.js SDK where you could make a REST API specific to your needs. There is no general REST API (yet).
SEE UPDATE BELOW!