Make a Copy of a Realm Application
Overview
You can make a copy of an existing Realm app. You might want to copy an application when:
- You use feature branches for development. Use a unique copy of the Realm app for each feature branch to avoid conflicts.
- You use a fresh copy of the Realm app when running tests to ensure start state.
- You deploy the same app to clusters across regions using a local deployment model.
Procedure
You can copy your application's configuration in two ways:
- With the Realm CLI
- With GitHub deployment