Hi Team,
I have setup ACL for the database and updated cloud functions to use masterKey. It works fine.
But, on UI when I am trying to do a search in the database it does not work with masterKey, says no record found.
Please help.
query.equalTo("column1", "somevalue");
query.equalTo("column2", true);
query.notEqualTo("column3", true);
const results = await query.find({ useMasterKey: true });```