firebase-unity-sdk icon indicating copy to clipboard operation
firebase-unity-sdk copied to clipboard

[FR]: Firebase Cloud Messaging API 33+ Permissions & Notification Channels Support

Open kadaxo opened this issue 5 months ago • 1 comments

Description

Please add support for API 33+ Notification Request. Also add another function to check if user granted the notification permission which works on both Android and IOS.

Also add support for creating custom notification channels. I can't create them so they go to fallback channel which it doesn't pop up and it doesn't play any audio. Just goes directly to the tray on Android.

API Proposal

We need:

FirebaseMessaging.RequestPermissionAsync(); (Which works on API 33+ too) FirebaseMessaging.CheckPermissionStatus(); FirebaseMessaging.GetNotificationChannel(...); FirebaseMessaging.CreateNotificationChannel(...);

Firebase Product(s)

Messaging

Targeted Platform(s)

Android, Apple Platforms

kadaxo avatar Jul 09 '25 11:07 kadaxo