File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
packages/data-connect/src/network/transport Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 52
52
NPM_TOKEN_AUTH_INTEROP_TYPES : ${{secrets.NPM_TOKEN_AUTH_INTEROP_TYPES}}
53
53
NPM_TOKEN_AUTH_TYPES : ${{secrets.NPM_TOKEN_AUTH_TYPES}}
54
54
NPM_TOKEN_COMPONENT : ${{secrets.NPM_TOKEN_COMPONENT}}
55
+ NPM_TOKEN_DATA_CONNECT : ${{secrets.NPM_TOKEN_DATA_CONNECT}}
55
56
NPM_TOKEN_DATABASE : ${{secrets.NPM_TOKEN_DATABASE}}
56
57
NPM_TOKEN_DATABASE_TYPES : ${{secrets.NPM_TOKEN_DATABASE_TYPES}}
57
58
NPM_TOKEN_FIRESTORE : ${{secrets.NPM_TOKEN_FIRESTORE}}
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ export class RESTTransport implements DataConnectTransport {
73
73
this . _accessToken = token ;
74
74
} ) ;
75
75
this . appCheckProvider ?. addTokenChangeListener ( result => {
76
+ console . log ( 'getting token' ) ;
76
77
const { token } = result ;
77
78
logDebug ( `New App Check Token Available: ${ token } ` ) ;
78
79
this . _appCheckToken = token ;
Original file line number Diff line number Diff line change 1639
1639
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
1640
1640
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
1641
1641
1642
+ "@firebase/app@0.10.7":
1643
+ version "0.10.7"
1644
+ resolved "https://registry.npmjs.org/@firebase/app/-/app-0.10.7.tgz#31cba1486c21b5a0cadc0036bfc0cec68ff53c8e"
1645
+ integrity sha512-7OCd53B+wnk/onbMLn/vM10pDjw97zzWUD8m3swtLYKJIrL+gDZ7HZ4xcbBLw7OB8ikzu8k1ORNjRe2itgAy4g==
1646
+ dependencies:
1647
+ "@firebase/component" "0.6.8"
1648
+ "@firebase/logger" "0.4.2"
1649
+ "@firebase/util" "1.9.7"
1650
+ idb "7.1.1"
1651
+ tslib "^2.1.0"
1652
+
1642
1653
"@gar/promisify@^1.0.1":
1643
1654
version "1.1.2"
1644
1655
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz"
You can’t perform that action at this time.
0 commit comments