codediodeio/angular-firestarter

Showing 'It looks like you're using the development build of the Firebase JS SDK' message in console!

maddada opened this issue · 0 comments

I had an issue where this kept showing up in the console.

It was due to the firebase imports in auth.service.ts

Fix:
auth.service.ts:

import * as firebase from 'firebase/app';

and replace all auth.
to firebase.auth.