twfahey1/Firebase CRUD Ops
CRUD operations against a Firebase DB.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| credentials | Admin credentials json for connecting to application | yes | — |
| databaseUrl | URL to the database you want to connect to | yes | — |
| databaseType | Either `realtime` or `firestore` | — | realtime |
| path | Path to what you want to set in your database | yes | — |
| doc | Document to set for firestore | — | — |
| value | Value to be set | — | — |
| operation | Either read or write | — | write |
Outputs
no outputs