Skip to content

oddbit/firebase-bolt-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions for Firebase

This Action for firebase-bolt enables compiling of Firebase RTDB security rules.

Inputs

  • args - Required -- the name of the firebase RTDB bolt file that will compile into a JSON file with the same name, without the bolt-extension (i.e. database.rules.bolt => database.rules.json)

Example

- name: Compile RTDB security rules
  uses: oddbit/firebase-bolt-action@master
  with:
    args: database.rules.bolt