Firebase functions overly broad event trigger configuration

Identifies functions configured with overly broad triggers (e.g., a Firestore trigger on /{collection}/{docId=**} or a Storage trigger on an entire bucket receiving uploads from untrusted sources). This can lead to excessive function invocations, increased costs, and processing unintended data.