karlhadwen / netflix

Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Netflix Using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not compile because of wrong firebase import

ChristianLutzCL opened this issue · comments

commented

Change the import to "./lib/firebase.prod" in index.js.

image
image

I've named this 'firebase.prod.js' - you have to rename it to 'firebase.js'

commented

Are you sure? I tested it with 'firebase.js' and 'firebase.prod'.
Only 'firebase.prod' works for me.

Or did you mean the filename?

image
image

commented

Nevermind, you obviously meant the filename.
Case closed. ;)