Environment details
- Vercel Node.js version: 18x
- Package manager: Bun 1.1.7
@google-cloud/firestoreversion: ^7.9.0
Steps to reproduce
- Install and use /firestore
- Deploy my SvelteKit app to Vercel
- Deployment will fail with this error. Note I'm not using edge functions
error during build:Error: Build failed with 78 errors:node_modules/@google-cloud/firestore/build/src/aggregate.js:20:23: ERROR: Could not resolve "assert"node_modules/@google-cloud/firestore/build/src/bulk-writer.js:4:23: ERROR: Could not resolve "assert"node_modules/@google-cloud/firestore/build/src/document.js:20:23: ERROR: Could not resolve "assert"node_modules/@google-cloud/firestore/build/src/index.js:19:25: ERROR: Could not resolve "stream"node_modules/@google-cloud/firestore/build/src/index.js:20:22: ERROR: Could not resolve "url"