angular-firestarter
angular-firestarter copied to clipboard
Showing 'It looks like you're using the development build of the Firebase JS SDK' message in console!
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.