NullInjectorError: No provider for InjectionToken angularfire2.app.options

后端 未结 3 1186
长发绾君心
长发绾君心 2021-01-18 19:35

I\'m trying to insert the form data in cloud Firestore database. Below is my x.component.ts file in which I\'m getting error at constructor where I\'m writing



        
3条回答
  •  我在风中等你
    2021-01-18 20:31

    So the solution is to import AngularFirestore from

    import { AngularFirestore } from '@angular/fire/firestore';

    Instead of import { AngularFirestore } from 'angularfire2/firestore';

    hope it helps someone

提交回复
热议问题