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