Reputation: 11
I'm encountering an issue when trying to use firebase-admin with Firestore in my project. Despite having both firebase and firebase-admin installed via npm, I'm seeing the following error when running my application:
Error: Failed to load external module firebase-admin/firestore: Error: Cannot find module '@
I have tried npm install @opentelemetry/api
but no luck
Upvotes: 1
Views: 73