Skip to content

Commit 0d93d75

Browse files
Use the SDK version from Firebase package.json
This change is needed since the firebase-exp SDK is not meant to depend on @firebase/app
1 parent 4aa169b commit 0d93d75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/firestore/src/core/version.ts

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

18-
import firebase from '@firebase/app';
19-
2018
/** The semver (www.semver.org) version of the SDK. */
21-
export const SDK_VERSION = firebase.SDK_VERSION;
19+
export { version as SDK_VERSION } from '../../../firebase/package.json';

0 commit comments

Comments
 (0)