Skip to content

Atlas Template Starter App - Use Device Sync from a Kotlin client application. This repo is generated from source code in https://github.com/mongodb-university/realm-template-apps

Notifications You must be signed in to change notification settings

mongodb/template-app-kotlin-todo

Repository files navigation

Realm Kotlin SDK Template App

Configuration

Ensure app/src/main/res/values/atlasConfig.xml exists and contains the following properties:

  • appId: your Atlas App Services App ID.
  • baseUrl: the App Services backend URL. This should be https://services.cloud.mongodb.com in most cases.
  • dataExplorerLink: the link to the Atlas cluster's collections.

Using the Atlas App Services UI

The easiest way to use this template app is to log on to Atlas App Services and click the Create App From Template button. Choose Real Time Sync, and then follow the prompts. While the backend app is being created, you can download this Kotlin template app pre-configured for your new app.

Cloning from GitHub

If you have cloned this repository from the GitHub mongodb/template-app-kotlin-todo repository, you must create a separate App Services App with Device Sync enabled to use this client. You can find information about how to do this in the Atlas App Services documentation page: Template Apps -> Create a Template App

Once you have created the App Services App, replace any value in this client's realm_app_id field with your App Services App ID. For help finding this ID, refer to: Find Your Project or App Id

Download the Client as a Zip File

If you have downloaded this client as a .zip file from the Atlas App Services UI, it does not contain the App Services App ID. You must replace any value in this client's realm_app_id field in app/src/main/res/values/atlasConfig.xml with your App Services App ID. For help finding this ID, refer to: Find Your Project or App Id

Run the app

  • Open this directory in Android Studio.
  • Wait for gradle to sync dependencies.
  • Build & run the app.

Issues

Please report issues with the template at https://github.com/mongodb-university/realm-template-apps/issues/new

About

Atlas Template Starter App - Use Device Sync from a Kotlin client application. This repo is generated from source code in https://github.com/mongodb-university/realm-template-apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages