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 eef8fcd commit 5837dabCopy full SHA for 5837dab
packages/firestore/src/core/version.ts
@@ -15,7 +15,8 @@
15
* limitations under the License.
16
*/
17
18
-import firebase from '@firebase/app';
+//import firebase from '@firebase/app';
19
20
/** The semver (www.semver.org) version of the SDK. */
21
-export const SDK_VERSION = firebase.SDK_VERSION;
+// export const SDK_VERSION = firebase.SDK_VERSION;
22
+export const SDK_VERSION = 'firebase.SDK_VERSION';
0 commit comments