Support firebase v12
anisabboud opened this issue · 7 comments
anisabboud commented
firebase 12.0.0 was recently released:
- https://firebase.google.com/support/release-notes/js
- https://github.com/firebase/firebase-js-sdk/releases/tag/firebase%4012.0.0
AngularFire 20.0.1 is not compatible with it; produces compilation errors such as:
✘ [ERROR] TS2345:
Argument of type 'import("node_modules/@angular/fire/node_modules/@firebase/storage/dist/storage-public").UploadTask'
is not assignable to parameter of type 'import("node_modules/@firebase/storage/dist/storage-public").UploadTask'.
Types of property 'catch' are incompatible.google-oss-bot commented
This issue does not seem to follow the issue template. Make sure you provide all the required information.
LanderBeeuwsaert commented
Yes confirmed, we have the same
EthanSK commented
same here pls pls
Ehesp commented
From what I can see, Vertex AI needs removing, but other than that everything else should work (unless I'm missing something!)