I'm using Delphi Seattle with Firedac and I need to connect to my base which is on MongoDB Atlas.
On Firedac I only have the option to put the server's ip, but Atlas only provides a connection string.
How to connect to MongoDB Atlas with Firedac + Delphi?
PS: I tried to get the part of the connection string that references the server address, "mongodb+srv://address.address.mongodb.net/myFirstDatabase", but delphi cannot resolve this address