Hello , I am building a mobile react native app thru expo. I was looking thru all of the possible NoSQL db candidates and I got attracted by mongoDB. As I understand you can integrate mongoDB atlas directly inside of your app through realm SDK and use cloud server side functions to take care of the post,fetch and t.t data operations. So I don’t understand what is the point of creating the realm schemes for your local db and sync them later if you can connect your mongo db directly?
Thank you dear friends for your help.