angular-firestarter icon indicating copy to clipboard operation
angular-firestarter copied to clipboard

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

Open maddada opened this issue 7 years ago • 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.

maddada avatar Sep 11 '18 04:09 maddada