How do I organize LOCAL-DEV, TEST, and PRODUCTION environments?

I went ahead with that: organized environments at the project level: project-dev, project-test, project-production.

I’ve started using Realm (to provide id and user access, plus expose part of the data to an open api) … now I’m super confused again. Realm Application also have environments?

Are Realm environments supposed to all use the same database?

Are we expected to migrate entire Realm applications from project to project throughout a development cycle?

What’s the correct to organize MongoDB and Realm intro environments?

Why do I always have trouble finding documentation on this online?

Thanks for an help!

1 Like