-
Notifications
You must be signed in to change notification settings - Fork 985
Labels
Description
- Operating System version: Mac OS 11.1
- Browser version: not applicable
- Firebase SDK version: 8.2.1
- Firebase Product: all
Describe the problem
const firebase = require('firebase/app')
console.log(firebase.SDK_VERSION)
// Result: "8.0.1"
// Expected: "8.2.1"Also see all the .js files in @firebase/app/dist contain the following:
const version$1 = "8.0.1";Steps to reproduce:
See the two lines above.
Relevant Code:
See the two lines above.
Background
We use the SDK_VERSION in the Firebase module for NuxtJS (https://firebase.nuxtjs.org) to load the appropriate Firebase scripts in the created service-workers (e.g. via 'https://www.gstatic.com/firebasejs/8.0.1/firebase-app.js')