steemconnect-firebase-functions
Version:
A TypeScript library that can help you build applications with SteemConnect and Firebase.
31 lines (19 loc) • 988 B
Markdown
# steemconnect-firebase-functions
A TypeScript library that can help you build applications with SteemConnect and Firebase
[](https://travis-ci.org/jakipatryk/steemconnect-firebase-functions)
## What is steemconnect-firebase-functions?
It is a library designed to help developers who want to create apps based on SteemConnect and Firebase. The library makes it easy to:
* **implement** OAuth2 Authorization Code Grant
* **broadcast** operations to the Steem blockchain
* **check** OAuth2 error types
* **mint** Firebase Custom Tokens
* **create** Firebase Auth accounts for your users with additional data
* **store** tokens in the Firebase Cloud Firestore
## How to install?
```
npm i steemconnect-firebase-functions
```
## Documentation
The documentation is available [here](https://jakipatryk.github.io/steemconnect-firebase-functions).