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

Firebase 5.9.0 breaks app #5

Open
vjocw opened this issue Mar 21, 2019 · 2 comments
Open

Firebase 5.9.0 breaks app #5

vjocw opened this issue Mar 21, 2019 · 2 comments

Comments

@vjocw
Copy link

vjocw commented Mar 21, 2019

Hello,

Just got this app when I upgraded to Firebase 5.9.0. In the Firebase release notes (link), I didn't see any API changes. It's weird that it's happening. Also upgrade firebase-admin to 6.5.1 and firebase-tools to 6.5.0. That did not fix the problem. Any ideas? Will be on 5.8.X for now.

image

@mwmwmw
Copy link

mwmwmw commented Apr 1, 2019

This will happen when importing a named export without { }

import myNamedExport from "./lib"
vs
import { myNamedExport } from "./lib" <- correct

I can't say for sure that this is your issue, but, I do this occasionally and it always trips me up for a minute.

@itstanany
Copy link

itstanany commented Aug 5, 2021

Google has updated the script of firestore integration into website and added firebase.analytics() which is not available on firebase v5.7.0 used in the workshop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants