Setup firebase-tools
ActionsTags
(2)This action provides the firebase-tools(CLI) with auth setting.
steps:
- uses: actions/checkout@v3
- uses: ssssota/setup-firebase-tools@v1
with:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
- run: firebase deployfirebaseServiceAccount: Firebase service account key (JSON)
Setup firebase-tools is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.