I didn’t find any example of environment feature of Realm sync. I want to use two environments. “DEVELOPMENT” environment for development branch of my code. A “PRODUCTION” environment for the Main(Production) branch of my code.
I already created a Realm app with “DEVELOPMENT” environment tag. I am using this app to do the initial development work of my app. I want to keep this app for further development and experimentation.
What needs to be done to keep a separate environment for the production?