### The use case you're trying to solve <!-- Before we talk about specific changes, what is the end goal you're trying to accomplish? --> Reduce the need for explicitly managing and passing a service account key JSON file. Better security practice. ### Change to the action that would solve that use case <!-- If you have an idea of what specifically could be changed (options added, code modified), propose it here --> - [ ] Make `firebaseServiceAccount` input optional to activate Google ADC (application default credentials). https://github.com/FirebaseExtended/action-hosting-deploy/pull/398 ### Other considerations <!-- Are there any other ways to solve this problem? Any potential downsides to your proposed solution that we should discuss? --> N/A