Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oddbit/firebase-bolt-action
- Owner: oddbit
- License: mit
- Created: 2020-03-23T15:51:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T03:41:40.000Z (over 4 years ago)
- Last Synced: 2024-04-20T16:09:52.617Z (7 months ago)
- Topics: firebase, firebase-bolt, firebase-database, firebase-realtime-database, github-action, github-actions
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/github-action-for-firebase-bolt-compiler
- Size: 4.88 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```