Skip to content
New issue

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

Fix firebase/database package #58

Closed
styfle opened this issue Sep 1, 2019 · 0 comments · Fixed by #59
Closed

Fix firebase/database package #58

styfle opened this issue Sep 1, 2019 · 0 comments · Fixed by #59
Assignees
Labels
important Important and high priority

Comments

@styfle
Copy link
Member

styfle commented Sep 1, 2019

Related to vercel/vercel#1830

Steps to reproduce

yarn add firebase

const firebase = require('firebase/app');
require('firebase/database');
console.log('firebase type is ' + typeof firebase);

Error

Cannot find module 'request' loaded from node_modules/@firebase/database/dist/index.node.cjs.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important Important and high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant