Skip to content

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

Open
@kadaxo

Description

@kadaxo

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions