I have few questions about collection group:
Is there way to execute request for collection group in Firestore simulator?
Can I add additional parameter for collection group rules for example the following rule is used for collection group
match /{prefix=**}/access/{email} { allow read: if isSignedIn(); }before
accesscollection i have one more collection with user id, is is possible to add it as parameter to do some validations?