Marc Albert Piñeiro

Results 5 comments of Marc Albert Piñeiro

If I come back to your Firebase version then it's works but it could be interesting to fix it. ;) 1 - npm uninstall firebase @angular/fire 2 - delete package-lock.json...

If I use these dependencies: package.json file ``` "dependencies": { "@angular/fire": "^6.1.4", "firebase": "^8.2.7", }, ``` directly I can't compile with this import: firebase-auth.service.ts file `import { User, auth }...

Yes! ``` ERROR in node_modules/@angular/fire/auth/auth.d.ts:4:10 - error TS2614: Module '"../../../firebase"' has no exported member 'User'. Did you mean to use 'import User from "../../../firebase"' instead? 4 import { User, auth...

Hi, I've fixed this error cleaning android project. I think you could try though Android Studio like this: ![image](https://user-images.githubusercontent.com/8818854/63447070-a7de7780-c43b-11e9-8636-0c83940598e3.png) or console like this: - go to app project folder. -...