ye.auth is not a function @angular/fire

Viewed 65

I'm using Angular and Firebase to do authentication. It's working perfectly fine locally with no issues. However, when I deploy my application to Netlify and I'm getting an error:

Uncaught TypeError: ye.auth is not a function

If I try and login on the built version that same error appears.

enter image description here

1 Answers
Related