By using Relam on React Native, we have done CRUD in local. Now the issue we are facing is to sync it to MongoDB Atlas. Any suggestion on this?
We have a native synchronization service built into the SDK’s that sounds like exactly what you need. See here for more details: https://www.mongodb.com/docs/realm/sync/learn/overview/#std-label-sync-overview
And here for details of how to get started with JS: https://www.mongodb.com/docs/realm/sdk/react-native/quick-start/