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
I have spent the last hour trying to get this to run, following the other issue reports and now I get:
I think firebase has changed? if I update notificationHandler.ts to use a lowercase firebase.firestore it compiles but then I get a package.json issue
Running command: npm --prefix "$RESOURCE_DIR" run build > build > tsc --skipLibCheck src/notificationHandler.ts(24,75): error TS2503: Cannot find namespace 'FirebaseFirestore'. Error: functions predeploy error: Command terminated with non-zero exit code2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have spent the last hour trying to get this to run, following the other issue reports and now I get:
I think firebase has changed? if I update notificationHandler.ts to use a lowercase firebase.firestore
it compiles but then I get a package.json issue
The text was updated successfully, but these errors were encountered: