We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to start my (Stencil) app which I migrated to the Firebase SDK Alpha I get the following error:
[ ERROR ] TypeScript: ./node_modules/@firebase/firestore/dist/exp/index.d.ts:858:53 Type 'LoadBundleTask' is not generic. L857: / L858: catch(onRejected: (a: FirestoreError) => R | LoadBundleTask): Promise<R | LoadBundleTaskProgress>; L859: /*
[ ERROR ] TypeScript: ./node_modules/@firebase/firestore/dist/exp/index.d.ts:858:53 Type 'LoadBundleTask' is not generic.
L857: / L858: catch(onRejected: (a: FirestoreError) => R | LoadBundleTask): Promise<R | LoadBundleTaskProgress>; L859: /*
Happy to help to debug it but not sure where to start.
I also spotted in issue #4381 almost the same exception but in my case, I don't use Timestamp and the msg does not contains much information.
Timestamp
git clone https://github.com/deckgo/deckdeckgo/ -b firebase_alpha cd deckdeckgo/studio npm ci npm run start
Signin component:
https://github.com/deckgo/deckdeckgo/blob/bd41dd2b192ff366ccb660532a988f73b0169b6c/studio/src/app/components/core/app-signin/app-signin.tsx#L3
Firebase init:
https://github.com/deckgo/deckdeckgo/blob/firebase_alpha/studio/src/app/utils/editor/firestore.utils.ts
Auth state change:
https://github.com/deckgo/deckdeckgo/blob/firebase_alpha/studio/src/app/services/auth/auth.service.ts
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
Hey, sorry for the late reply, we are working on a fix already: #4207
This should address the issue.
Nice thx for the fix! I'll give it a try when released 🚀
wu-hui
Successfully merging a pull request may close this issue.
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
When I try to start my (Stencil) app which I migrated to the Firebase SDK Alpha I get the following error:
Happy to help to debug it but not sure where to start.
I also spotted in issue #4381 almost the same exception but in my case, I don't use
Timestamp
and the msg does not contains much information.Steps to reproduce:
Relevant Code:
Signin component:
https://github.com/deckgo/deckdeckgo/blob/bd41dd2b192ff366ccb660532a988f73b0169b6c/studio/src/app/components/core/app-signin/app-signin.tsx#L3
Firebase init:
https://github.com/deckgo/deckdeckgo/blob/firebase_alpha/studio/src/app/utils/editor/firestore.utils.ts
Auth state change:
https://github.com/deckgo/deckdeckgo/blob/firebase_alpha/studio/src/app/services/auth/auth.service.ts
The text was updated successfully, but these errors were encountered: