https://github.com/ryantxu/grafana-firebase-app
Access Firebase from Grafana
https://github.com/ryantxu/grafana-firebase-app
firebase grafana plugin
Last synced: about 1 year ago
JSON representation
Access Firebase from Grafana
- Host: GitHub
- URL: https://github.com/ryantxu/grafana-firebase-app
- Owner: ryantxu
- License: mit
- Created: 2019-02-01T23:07:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T08:20:05.000Z (about 7 years ago)
- Last Synced: 2025-05-07T05:11:28.150Z (about 1 year ago)
- Topics: firebase, grafana, plugin
- Language: TypeScript
- Size: 423 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Grafana Firebase App
[](https://circleci.com/gh/ryantxu/grafana-firebase-app/tree/master)
[](https://david-dm.org/ryantxu/grafana-firebase-app)
[](https://david-dm.org/ryantxu/grafana-firebase-app?type=dev)
This app loads loads firebase authentication. It also keeps track of who is looking at what.
:rotating_light: WORK IN PROGRESS :rotating_light:
### Building
To complie, run:
```
yarn install
yarn build
```
### Releasing
This plugin uses [release-it](https://github.com/webpro/release-it) to release to GitHub.
```
env GITHUB_TOKEN=your_token yarn release-it patch
```
#### Changelog
##### v%VERSION% (not yet released)
- Contributions welcome!
##### v0.0.1
- First working version