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.
fire-admin
1 parent c498b3e commit 1339dc2Copy full SHA for 1339dc2
dev/src/index.ts
@@ -588,6 +588,11 @@ export class Firestore implements firestore.Firestore {
588
libraryHeader.libVersion += ' fire/' + settings.firebaseVersion;
589
}
590
591
+ if (settings && settings.firebaseAdminVersion) {
592
+ libraryHeader.libVersion +=
593
+ ' fire-admin/' + settings.firebaseAdminVersion;
594
+ }
595
+
596
this.validateAndApplySettings({...settings, ...libraryHeader});
597
this._traceUtil = this.newTraceUtilInstance(this._settings);
598
0 commit comments