Ai

Results 6 comments of Ai

> @RicardoMSFaria : Here is the exact code I have after the `ondeviceready` event. > > ```js > window.FirebasePlugin.hasPermission((data) => { > if (data.isEnabled) { > console.log("Permission already granted"); >...

I have fixed by add the following in Mainifest.xml ``` ``` Thank you @leolin310148

Hi, In iOS, you have to store notification info into database then, calculate badge number, increase one, and set it in payload as badge: ``` function send_notification ($notiunreadNO, $token, $message,...