This is the backend Realm app for Realm-Sweeper.
- If you don't already have one, create a MongoDB Atlas Cluster, keeping the default name of
Cluster0
. - Install the Realm CLI and create an API key pair.
- Download the repo and install the Realm app:
git clone [email protected]:realm/Realm-Sweeper.git
cd Realm-Sweeper/atlas-app
realm-cli login --api-key <your new public key> --private-api-key <your new private key>
realm-cli import # Then answer prompts, naming the app RealmSweeper
- From the Atlas UI, click on the App Services tab and you will see the RealmSweeper app. Open it and copy the App Id
- Use that App ID in the iOS app