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

Fix handling of data-message once grantPermission is done #1031

Closed felipeclopes closed 4 months ago

felipeclopes commented 5 years ago

Data Messages handling on iOS

This PR fixes the issues faced on handling data-messages in iOS after grantPermission is called. Currently only notification messages are properly handled by the delegate.

Related issues