Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Typescript Error #2

Open
hahuy95 opened this issue May 17, 2018 · 1 comment
Open

Typescript Error #2

hahuy95 opened this issue May 17, 2018 · 1 comment

Comments

@hahuy95
Copy link

hahuy95 commented May 17, 2018

Typescript Error
Class 'FirebaseApp' incorrectly implements interface 'App'. Property 'firestore' is missing in type 'FirebaseApp'.

...c2_firebase_shopping_cart/node_modules/angularfire2/app/firebase.app.module.d.ts

export declare const FirebaseAppConfigToken: InjectionToken<FirebaseAppConfig>;
export declare class FirebaseApp implements firebase.app.App { name: string;

https://b.top4top.net/p_8673mmjf1.jpg

@pkworlz
Copy link

pkworlz commented Jul 20, 2018

Just downgrade firebase version using the following:

First go to your project directory and then issue this command

npm install --save [email protected].*
it worked for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants