Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teaglebuilt committed Sep 9, 2023
1 parent 79b29fb commit 397582b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Expand Up @@ -6,6 +6,11 @@ on:
branches:
- master

defaults:
run:
shell: bash
working-directory: functions

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Expand Up @@ -3,4 +3,7 @@
"eslint.options": {
"configFile": "${workspaceFolder}/functions/.eslintrc"
},
"mocha.options": {

}
}
9 changes: 8 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# Firebase Auth Outbox Extension

[![CICD](https://github.com/teaglebuilt/firebase-auth-outbox-extension/actions/workflows/main.yaml/badge.svg)](https://github.com/teaglebuilt/firebase-auth-outbox-extension/actions/workflows/main.yaml)

Publishes events raised from firebase authentication to a broker of choosing. The extension refers to outbox since this data is persisted, however some events in this extension can be captured that occur before a persisted action occurs.

#### Events Captured
Expand All @@ -14,4 +16,9 @@ Currently, here are the events available to produce. Events are labeled as 1st o
#### Brokers Available

1. **Kafka** - TODO: explain
2.



### Installation

> Coming soon ...

0 comments on commit 397582b

Please sign in to comment.