Hi I am trying to connect to federated database in Atlas in triggers
I follow the link here
I wasn’t able to fetch the data
here it says “Cannot access member ‘db’ of undefined”
which I really don’t know how to debug it
const service = context.services.get(“federatedmongo”);
const db = service.db(“users”)
const events = db.collection(“userTag”);