Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirebaseAppConfig error #41

Open
kitmt opened this issue May 20, 2018 · 2 comments
Open

FirebaseAppConfig error #41

kitmt opened this issue May 20, 2018 · 2 comments

Comments

@kitmt
Copy link

kitmt commented May 20, 2018

Typescript Error
Module '"C:/Users/Kit/Desktop/chat21-ionic/node_modules/@firebase/app-types/index"' has no exported member 'FirebaseAppConfig'.

`

  import { Observable, Subscription } from 'rxjs';
  import { FirebaseOptions, FirebaseAppConfig } from '@firebase/app-types';
  export declare const FirebaseOptionsToken: InjectionToken;

`

`

import { InjectionToken } from '@angular/core';

  | import { FirebaseApp as _FirebaseApp, FirebaseOptions, FirebaseAppConfig } from '@firebase/app-types';
  | import { FirebaseAuth } from '@firebase/auth-types';

`

Ionic Framework: 3.9.2
Ionic App Scripts: 1.3.7
Angular Core: 5.0.3
Angular Compiler CLI: 5.0.3
Node: 8.11.1
OS Platform: Windows 10
Navigator Platform: Win32

@kitmt
Copy link
Author

kitmt commented May 20, 2018

capture

@andrealeo83
Copy link
Contributor

andrealeo83 commented May 21, 2018

Please pull from master with : git pull
58145d8

I removed the unused dependency for angularfire

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

No branches or pull requests

2 participants