Skip to content

Commit 5837dab

Browse files
committed
testing only. remove before making PR
1 parent eef8fcd commit 5837dab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/firestore/src/core/version.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
import firebase from '@firebase/app';
18+
//import firebase from '@firebase/app';
1919

2020
/** The semver (www.semver.org) version of the SDK. */
21-
export const SDK_VERSION = firebase.SDK_VERSION;
21+
// export const SDK_VERSION = firebase.SDK_VERSION;
22+
export const SDK_VERSION = 'firebase.SDK_VERSION';

0 commit comments

Comments
 (0)