What is the point of MongoDB drivers if they can not be safely used to connect a mobile app directly to a database for production?
Why is it not secure to connect a mobile app to a MongoDB database directly? I've been looking into creating an application with dotnet MAUI and using MongoDB as the database. I've seen in several threads online that it's a…