To access your rules from the Firebase CLI, go to the rules file noted in your firebase. json file.
Read moreHow do I set rules in Firebase Storage?
Firebase Cloud Storage rules provide a mechanism for controlling the circumstances under which files may be stored and accessed. Storage rules are declared using the match, allow and if statements to define sets of rules and the files to which those rules are to apply .
Read more