If I have a rule that looks like this: ``` - location: something/$uid read: canDoSomething($uid) functions: - canDoSomething(uid): auth.uid === uid ``` the output will be: ``` auth.$uid === $uid ```
If I have a rule that looks like this:
the output will be: