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
Angular:11.0.1
Firebase:8.0.2
AngularFire:6.1.1
After updating to v6.1.1 → angular pre-rendering yields the following error:
TypeError: app.firestore is not a function
I've tried to delete node_modules and package-lock.json and re-install packages but the error persist. Rolling back to v6.0.5 fixes the issue
Should be able to pre-render routes successfully
Unable to pre-render routes successfully
The text was updated successfully, but these errors were encountered:
Update:
When updating from Angular 9 → 10, I had added "@firebase/firestore" as an external dependency in angular.json to allow for pre-rendering.
After updating to @angular/fire 6.1.1 and removing the external dependency from angular.json, the pre-rendering seems to be working once more.
Sorry, something went wrong.
Closing in favor of pinned #2686
No branches or pull requests
Version info
Angular:11.0.1
Firebase:8.0.2
AngularFire:6.1.1
How to reproduce these conditions
After updating to v6.1.1 → angular pre-rendering yields the following error:
TypeError: app.firestore is not a function
I've tried to delete node_modules and package-lock.json and re-install packages but the error persist. Rolling back to v6.0.5 fixes the issue
Expected behavior
Should be able to pre-render routes successfully
Actual behavior
Unable to pre-render routes successfully
The text was updated successfully, but these errors were encountered: