-
Notifications
You must be signed in to change notification settings - Fork 894
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
Firebase doesn't work #4633
Comments
I had the same problem with next.js and it was solved when I switch b the last version 8.2.9
|
Thanks @mhesham32! I’m on version |
I had the same problem, rolling back to 8.2.9 worked for me. Apparently, |
I was able to replicate this issue using version 8.3.0 and the warning disappeared when I rolled back the version to 8.2.9. I've filed a bug for this issue and tracked internally. I will keep you posted for any updates. |
I upgraded tslib deps to |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
I set up a fresh preact project, import firebase and it immediately takes a sh*t. Here's the console log:
Steps to reproduce:
1. Environment Setup
2. Initialize firebase in the app
Add the init to the main app component
src/components/app.js
3. Give it a run
Relevant Code:
☝️See above
Notes
The project will still technically load in a browser until you do something meaty like
import 'firebase/firestore'
.I'm pretty sure that the import issues are all related to this weird linking error I'm reporting, but I could be wrong.
The text was updated successfully, but these errors were encountered: