I am using Webpack with firebase and firebase-admin.
To install firebase I ran
npm install --save firebase
I am importing firebase
I had the same problem and solved it this way:
The difference you notice is that they need:
and initialize the function
const auth = firebase.auth ();`enter code here`