Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcm-notifications - summaryText and style #51

Closed
carlosrbta opened this issue Mar 15, 2017 · 2 comments
Closed

fcm-notifications - summaryText and style #51

carlosrbta opened this issue Mar 15, 2017 · 2 comments
Assignees

Comments

@carlosrbta
Copy link

carlosrbta commented Mar 15, 2017

Is it possible to add summaryText and style in notification?

In node-gcm:

var message = new gcm.Message();
message.addData('title', 'My Title');
message.addData('message', 'My second message');
message.addData('style', 'inbox');
message.addData('summaryText', 'There are %n% notifications');
@nicolasgarnier
Copy link
Contributor

@kroikie do you know if these are supported in FCM firebase-admin implementation?

@jamesdaniels
Copy link
Member

closing as this is a question for the Admin SDK + not a bug with the samples, but feel free to continue discussing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants