Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakipatryk/steemconnect-firebase-functions
- Owner: jakipatryk
- License: mit
- Created: 2018-02-03T01:11:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T08:02:13.000Z (over 2 years ago)
- Last Synced: 2024-11-05T01:36:11.614Z (3 days ago)
- Topics: firebase, steemconnect, steemconnect-firebase-functions, typescript
- Language: TypeScript
- Homepage: https://jakipatryk.github.io/steemconnect-firebase-functions/
- Size: 532 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).