Skip to content

Tag: firebase

require is not defined in Firebase?

I am trying to run a html file in Firebase staging environment. I have used Firebase npm package in the js code. But while running in the browser it throws error “require is not defined”. HTML Code: JS Code: Please suggest me some solution. Answer You need to setup a tool (such as webpack) to mana…