Skip to content

Firebase.SDK_VERSION stuck at 8.0.1 #4235

@lupas

Description

@lupas
  • 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')

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions