Skip to content

jakipatryk/steemconnect-firebase-functions

Repository files navigation

steemconnect-firebase-functions

A TypeScript library that can help you build applications with SteemConnect and Firebase

Build Status


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.