chat21 / chat21-ionic

A ionic v5 and Angular 8 desktop and mobile chat
https://tiledesk.com/
MIT License
83 stars 93 forks source link

FirebaseAppConfig error #41

Open kitmt opened 6 years ago

kitmt commented 6 years ago

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 commented 6 years ago
capture
andrealeo83 commented 6 years ago

Please pull from master with : git pull https://github.com/chat21/chat21-ionic/commit/58145d8f1935c5f1b73e702f3cde6d66016cdcef

I removed the unused dependency for angularfire