Open jdgamble555 opened 8 months ago
Hey Jonathan! Running ng add firebase
gives me the error package does not support schematics
. Could you provide a reproduction repository?
Sorry, ng add @angular/fire
.
https://github.com/jdgamble555/angular-firebase-deploy
If I comment out these lines:
importProvidersFrom(
provideFirebaseApp(() => initializeApp()),
provideAuth(() => getAuth()),
provideFirestore(() => getFirestore())
)
No problem, but you can see I have it working in Analog:
https://github.com/jdgamble555/analog-firebase/blob/master/src/app/app.config.ts
J
Describe the bug If I add Firebase to my project, it will not deploy.
To Reproduce Steps to reproduce the behavior:
ng add @angular/fire
Expected behavior It should deploy without problems.
Versions
Error:
I know Firebase works, because I have deployed the exact same project to netlify edge using SvelteKit and Analog (which uses Angular):
So there should be a way to get it to work.
J