AdminIan (Admin, MongoDB)
My feedback
5 results found
-
2 votes
An error occurred while saving the comment -
4 votes
An error occurred while saving the comment AdminIan (Admin, MongoDB) commentedHi there, It should be possible to replicate the same Realm App config or whatever subset you like using the realm-cli
https://www.mongodb.com/docs/atlas/app-services/cli/Alternatively, you could also use the Admin API or Github deploy
This is how you could have a programmatic deployment process.
-
1 vote
An error occurred while saving the comment AdminIan (Admin, MongoDB) commentedhey @jan - I believe we do call this out in the tutorial, see here:
https://docs.mongodb.com/realm/tutorial/realm-app/does this not work for you?
-
12 votes
An error occurred while saving the comment AdminIan (Admin, MongoDB) commented@Jason - RealmSwift supports macOS -
https://realm.io/docs/swift/latest/See prerequisites
-
3 votes
An error occurred while saving the comment AdminIan (Admin, MongoDB) commented@Erik - This should be possible with an in-memory realm -
https://realm.io/docs/java/latest/#in-memory-realms
Hi there, It should be possible to replicate the same Realm App config or whatever subset you like, including Sync permissions, using the realm-cli
https://www.mongodb.com/docs/atlas/app-services/cli/
Alternatively, you could also use the Admin API or Github deploy
This is how you could have a programmatic deployment process across multiple Realm apps.