arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

iOS Permission Dialog Appearing On Launch automatically #1088

Open JeetuChoudhary opened 4 years ago

JeetuChoudhary commented 4 years ago

On Ios, Push notification permission dialog is appearing at app startup rather than the defined behavior in the app. I'm trying to delay the popup on iOS to not appear until it's better in our user flow as opposed to the first time the user opens the app. I have tried the solution provided by @soumak77 on #648. I also have tried to build it with the legacy build but no luck. I also tried to update to the very latest version of the plugin but doing that causes the Another issue. After doing that, App stucks with white screen after splash screen.

Plugin Version Currently I have version of "cordova-plugin-firebase" to 1.1.4" With @ionic-native/firebase: "^4.20.0".

And After updating to cordova-plugin-firebase: ^2.0.0 and above, it shows the white screen.

Any Suggestions.

engrabid411 commented 2 years ago

I have the same problem too