firebaseoauth2
Advanced tools
Comparing version
@@ -290,3 +290,3 @@ const express = require("express"); | ||
FirebaseDb.ref('/oAuth/users/' + client.uid + '/' + client.client_id) | ||
FirebaseDb.ref('/oAuth/users/' + clientInfo.uid + '/' + clientInfo.client_id) | ||
.update({ | ||
@@ -293,0 +293,0 @@ authorize_code : null, |
{ | ||
"name": "firebaseoauth2", | ||
"version": "0.2.9", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "indexjs.js", |
11931
0.07%