Firebase functions logging of full complex objects
Warns against logging entire complex objects (e.g., full HTTP request objects, database records, detailed error objects) without explicit sanitization or selection of non-sensitive fields. This can inadvertently expose sensitive data (PII, internal details) in logs.