pdela
pdela
Any update on this?
I found out what's wrong: In angularfire/schematics/deploy/builder.ts the function below receives the angular project name, not the firebase target alias: const [defaultFirebaseProject, defulatFirebaseHostingSite] = getFirebaseProjectNameFromFs( context.workspaceRoot, context.target.project ); I managed...
> Having the same problem The issue persists, but managed to do it by using firebase directly (no more ng deploy) using the FIREBASE_FRAMEWORKS_BUILD_TARGET variable. here my npm scripts: "b-d":...