Ai
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"); >...
same issue, any update?
Is there any update here? I have same issue
@leolin310148
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,...