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

https://github.com/ampatspell/firebase-functions-log

Slightly nicer firebase functions:log
https://github.com/ampatspell/firebase-functions-log

cli firebase logging nodejs

Last synced: 2 months ago
JSON representation

Slightly nicer firebase functions:log

Awesome Lists containing this project

README

          

# ffl

`firebase functions:log` wrapper which periodically fetches new log entries.

``` bash
$ npm install firebase-functions-log -g
```

```
$ ffl --help

Usage: ffl [--project ] [--lines <250>] [--only ] [--interval <2000>] [--ignore ]

Options:
--project Project id. If omitted, a list of projects are presented
--lines 250 Number of lines to fetch.
--only Only show logs of specified, comma-seperated functions (e.g. "funcA,funcB")
--ignore Ignroe logs for specified, comma-seperated strings (e.g. "keepalive,skipped")
--interval 2000 Fetch interval
--version
```

![screenshot](https://raw.githubusercontent.com/ampatspell/firebase-functions-log/master/screenshot.png)