Skip to content

Commit

Permalink
add new link for how to create an Atlas account
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Gunnarsson committed Sep 27, 2022
1 parent 375478a commit 9eae004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MultiplatformDemoWithSync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The demo demonstrates [Sync](https://www.mongodb.com/realm/mobile/sync) capabili

## 1 - Create a Realm Sync App on MongoDB Atlas

- Follow the tutorial at https://docs.mongodb.com/realm/tutorial/realm-app/#a.-create-an-atlas-account or watch the screencast https://www.youtube.com/watch?v=lqo0Yf7lnyg
- Follow the tutorial at https://www.mongodb.com/docs/atlas/tutorial/create-atlas-account/ or watch the screencast https://www.youtube.com/watch?v=lqo0Yf7lnyg

- Replace the App identifier and the created user/password in [shared/src/commonMain/kotlin/io/realm/kotlin/demo/util/Constants.kt](./shared/src/commonMain/kotlin/io/realm/kotlin/demo/util/Constants.kt)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package io.realm.kotlin.demo.util
/**
* Replace with your own App's credentials to enable Sync.
* To setup the Realm Sync App on MongoDB Atlas follow the steps here
* https://docs.mongodb.com/realm/tutorial/realm-app/ or watch the video tutorial https://www.youtube.com/watch?v=lqo0Yf7lnyg
* https://www.mongodb.com/docs/atlas/tutorial/create-atlas-account/ or watch the video tutorial https://www.youtube.com/watch?v=lqo0Yf7lnyg
*/
object Constants {
val MONGODB_REALM_APP_ID = "[REPLACE ME]"
Expand Down

0 comments on commit 9eae004

Please sign in to comment.