First time using firestore and I\'m getting this error. It seems to be a problem with Ivy, from my research. I don\'t have a lot of experience modifying tsconfig.app.json, w
In Your "tsconfig.app.json" Add Following Lines
"angularCompilerOptions": { "enableIvy": false }
Where to add? Just After Following Lines Of Code "exclude": ["src/test.ts", "src/**/*.spec.ts"],