-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Upgrade to angular 20 gives issues with AngularFire: Cannot read properties of undefined (reading 'then') #3654
New issue
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
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Seeing this error with Firestore
|
Not supported yet, that was a breaking change I need to find a mitigation to. Hopefully should have a release candidate to test shortly. |
Please give the RC a spin, |
The Thank you! |
@jamesdaniels works, thanks! |
I'm trying it from there, thanks! If anyone wants to try it in a new project and doesn't know how, they simply need to add @next in the schematics or installation:
|
Uh oh!
There was an error while loading. Please reload this page.
During our upgrade to Angular 20, our project compiles successfully
However the moment we go to the application/website, angularFire gives issues.
In chrome devtools we see:
it seems to be this line that is failing:
I got curious and tried out with zoneless and still got the same error, but it's just a little more readible:
Is angularFire considered to be already compatible with Angular 20?
Anybody else experiencing the same?
The text was updated successfully, but these errors were encountered: