Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakipatryk/steemconnect-firebase-functions

A TypeScript library that can help you build applications with SteemConnect and Firebase.
https://github.com/jakipatryk/steemconnect-firebase-functions

firebase steemconnect steemconnect-firebase-functions typescript

Last synced: about 7 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# steemconnect-firebase-functions

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

[![Build Status](https://travis-ci.org/jakipatryk/steemconnect-firebase-functions.svg?branch=master)](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).