tcns
tcns
Same here. I also tried with modular. But issue still happens
I got rid of angular/fire. And on vanilla firebase and rxfire works perfectly "rxfire": "^6.0.3", "firebase": "^9.6.0"
@moblizeit Sorry for late answer. Here app.module.ts. I just deleted all firebase initializers and providers. ``` @NgModule({ imports: [ BrowserModule, AppRoutingModule, HttpClientModule, FormsModule, SwiperModule, IonicModule.forRoot(), IonicStorageModule.forRoot(), ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production...