angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.64k stars 2.2k forks source link

Fixed issue of Angular 16 --> @Angular/fire 7 --> firbase #3437

Open ghost opened 9 months ago

ghost commented 9 months ago

place of error is app.module.ts : The problem is in importation "AngularFirestoreModule" from @angular/fire/compat/firestore , As for the rest, it works

import { AngularFireModule } from '@angular/fire/compat';
import { AngularFireAuthModule } from '@angular/fire/compat/auth';
import { AngularFireStorageModule } from '@angular/fire/compat/storage';
import { AngularFirestoreModule } from '@angular/fire/compat/firestore' ;     <--

node js 16.2.1



-  Note: Do not edit the file _interfaces.d.ts_
google-oss-bot commented 9 months ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.