app-types
has a relative dependency on firestore
causing compilation failure
#2415
Labels
app-types
has a relative dependency on firestore
causing compilation failure
#2415
Uh oh!
There was an error while loading. Please reload this page.
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
app-types
has a relative dependency onfirestore
. This causes TypeScript compilation failure iffirestore
is not installed (as it's not used by the consuming application).See the following line:
https://github.com/firebase/firebase-js-sdk/blame/master/packages/app-types/private.d.ts#L26
There may be other issues. This is everything I get when I run
tsc
with the latest firebase packages:The text was updated successfully, but these errors were encountered: