intellisense/autocomplete no longer working with v9 · Issue #5649 · firebase/firebase-js-sdk (original) (raw)

Describe your environment

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: