Ionic 5 : Blank screen when using ionic native firebase

Current behavior:After I install ionic cordova plugin add cordova-plugin-firebase I have a blank screen at startup after app loading in iphone. The notification work well.

I install also npm install --save @ionic-native/firebase and npm install --save firebase.

I try with a new blank app and it’s work well.

import { Firebase } from '@ionic-native/firebase/ngx';

....

providers:[
....,
Firebase,
.....
]
   

`

 Ionic info:

Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 5.5.1
@angular-devkit/build-angular : 12.2.14
@angular-devkit/schematics : 12.2.14
@angular/cli : 12.2.14
@ionic/angular-toolkit : 5.0.3

Cordova:

Cordova CLI : 10.0.0
Cordova Platforms : ios 6.2.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 16 other plugins)

Utility:

cordova-res (update available: 0.15.4) : 0.15.2
native-run (update available: 1.5.0) : 1.3.0

System:

ios-sim : 8.0.2
NodeJS : v14.15.4 (/usr/local/bin/node)
npm : 7.20.5
OS : macOS Big Sur
Xcode : Xcode 13.0 Build version 13A233

I’m running across the same issue. Attempting to run the app in either the simulator or an attached iPhone, I get just a blank white screen on startup. After removing all traces of Firebase from my Vue/Ionic app, it starts up just fine.

Were you able to find a way to successfully reintegrate Firebase within your application?

Sorry but I forget how exctly I solved this issues. I remember I have just follow again well step of firebase tuto