I have google Atlas account, which is using my google credentials to login. What password should I use to connect to the DB from my NodeJS application (not specific to NodeJS, but any application) when I have google credentials as login credentials.
This is my connection string, what should I use in password?
mongodb+srv://kushalseth:<password>@node.zzzzzz.mongodb.net/?retryWrites=true&w=majority
I don't want to impact the google login for my atlas account as well.
