0.1.1 • Published 7 years ago

yambal_firebase_oauth2 v0.1.1

Weekly downloads
13
License
ISC
Repository
github
Last release
7 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

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago