0.1.1 • Published 8 years ago

yambal_firebase_oauth2 v0.1.1

Weekly downloads
13
License
ISC
Repository
github
Last release
8 years ago

Firebase-oAuth2

Firebase oAuth2

const oAuth2 = require('yambal_firebase_oauth2');
const buildin_client = {
    client_id : 'buildin_client',
    client_secret : 'abcdef',
    expires_in : 60 * 15
}
const oAuth2App = oAuth2(admin, buildin_client)
exports.AcountLink = functions.https.onRequest(oAuth2App);
0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago