We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b37738 commit 16b9e20Copy full SHA for 16b9e20
lib/methods/handle-callback.js
@@ -68,7 +68,9 @@ const handleCallback = client => {
68
firestoreDoc = {
69
access_token: reqBody.access_token,
70
expires: reqBody.expires,
71
- updated_at: require('firebase-admin').firestore.Timestamp.now()
+ updated_at: require('firebase-admin').firestore.Timestamp.now(),
72
+ authentication_id: authenticationId,
73
+ store_id: storeId
74
}
75
} else {
76
values = [
0 commit comments