Using Realm to make a pipeline/function to import data from our database to our app

I am trying to use realm to make a pipeline/function to import data from our database to our app. I can’t find any code examples to build off on how to make these database calls. Do you guys have any suggestions or sources I can build from?

Hey Josh -

Once you’ve been able to authenticate through the Realm SDK, you should be able to access MongoDB data (provided the user can access the data from the defined Rules) in the following ways:

GraphQL queries via our GraphQL API (via a GraphQL Client)

or

Calling Serverless Function from the Web SDK which is defined in Realm Cloud and called from the client (some data access snippets here)

Let me know if you have any follow-up questions.

2 Likes

Thanks for the response!

I will look at the materials and follow up if needed. However, I think I can take it from here :slight_smile:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.