2

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?

4

1 回答 1

2

您目前可以使用 Enterprise 或 Pro Edition 和 Node.js SDK 来实现这一点,您可以在其中创建特定于您需求的 REST API。(还)没有通用的 REST API。

请参阅下面的更新!

于 2016-11-11T09:05:10.473 回答