Skip to content

GitHub Action for interacting with Firebase

License

Notifications You must be signed in to change notification settings

natemoo-re/action-firebase

 
 

Repository files navigation

GitHub Action for Firebase

This Action wraps the Firebase CLI to enable common Firebase commands.

Usage

workflow "Deploy on Firebase" {
  on = "push"
  resolves = ["deploy"]
}

action "deploy" {
  uses = "natemoo-re/action-firebase@master"
  args = "deploy"
  secrets = [ "FIREBASE_TOKEN" ]
}

Secrets

  • FIREBASE_TOKEN - Required. The token to use for authentication with the Firebase API, which can be generated by running firebase login:ci locally (more info)

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

Container images built with this project include third party materials. See THIRD_PARTY_NOTICE.md for details.

About

GitHub Action for interacting with Firebase

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • HCL 38.8%
  • Shell 36.5%
  • Dockerfile 23.5%
  • Ruby 1.2%