Feature Request: Secure Service Role Signal We need a reliable way to detect asServiceRole.functions.invoke() inside backend functions. Currently, there’s no positive signal, and auth.me() === null is ambiguous (could be service role or unauthenticated). Custom headers also can’t be passed via functions.invoke(). This forces use of shared secrets in the body for internal authorization, which isn’t ideal for financial systems (payouts, enforcement logic). Please provide a trusted service-role flag or header injection support.