I'm a newbie to Firestore. In my project, I have written few rules through the firestore console. How to make sure that these rules are working? Is there any way to test these rules through GoLang code? Please help.
EDIT: I want to query from GoLang SDK or code to check the output and see what happens with the rules. My understanding is we write rules in Firestore then we write code to perform operations (let's say CRUD operations) and if rules don't allow it then we should get some error.
Is this possible? Please help me and correct if I am wrong.