这是indexloc提供的服务,不要输入任何密码
Skip to content

intellisense/autocomplete no longer working with v9 #5649

@ghost

Description

Describe your environment

  • Operating System: Windows 10
  • Firebase SDK version: 9.1.3
  • IDE: Webstorm and VSCode

Describe the problem

Not sure if this is entirely related to Firebase itself.

With v9, no intellisense is provided for the firebase module. If I write out the import paths manually it does work, but no suggestions are given when writing out function names.

I think it might be happening due to the firebase/* paths being re-exports of the @firebase/* paths making the IDE not index the modules correctly, however I haven't been able to find any workarounds for this yet.

Steps to reproduce:

  • Create a new project with firebase.
  • Start writing our initializeApp or some other exported function.
  • Intellisense either comes up with nothing or suggests the equivalent function in the compat section.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions