Skip to content

Add latest HTTP v1 options #153

@jwoodwardtfx

Description

@jwoodwardtfx

It seems there are a lot of newer options for FCM not available in the .NET Firebase Admin (see
https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidNotification).

Specifically the newer options for AndroidNotifications. The current class ends at "channel_id", however the following are now available:

"ticker": string,
"sticky": boolean,
"event_time": string,
"local_only": boolean,
"notification_priority": enum (NotificationPriority),
"default_sound": boolean,
"default_vibrate_timings": boolean,
"default_light_settings": boolean,
"vibrate_timings": [
string
],
"visibility": enum (Visibility),
"notification_count": integer,
"light_settings": {
object (LightSettings)
},
"image": string

Is there any plan to add support for these?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions