Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oddbit/firebase-bolt-action

Github Action - Firebase Bolt
https://github.com/oddbit/firebase-bolt-action

firebase firebase-bolt firebase-database firebase-realtime-database github-action github-actions

Last synced: 10 days ago
JSON representation

Github Action - Firebase Bolt

Awesome Lists containing this project

README

        

# GitHub Actions for Firebase

This Action for [firebase-bolt](https://github.com/FirebaseExtended/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

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