A TypeScript library that can help you build applications with SteemConnect and Firebase
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
npm i steemconnect-firebase-functions
The documentation is available here.