woloski / auth0-firebase

Auth0 Firebase token delegation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Application

Text describing your application

Running locally

To run the sample locally:

$ npm install
$ npm start

Deploying to Auth0 Extensions

$ npm run bundle 
$ wt-gallery deploy ./build/bundle.js

Note: Requires webpack.

Deploying to Webtask.io

If you want to host your application, you can easily do it by using Webtask.io.

$ npm run bundle
$ wt create ./build/bundle.js --name my-application --no-parse --no-merge

Note: For more information about how to setup Webtask, click here.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section.

About

Auth0 Firebase token delegation

License:MIT License


Languages

Language:JavaScript 82.0%Language:HTML 18.0%