plokko / firebase-php

Php integration of Firebase API (FCM Http v1, RealTime database)
16 stars 9 forks source link

Multiline or HTML Body #20

Closed kurtc closed 4 months ago

kurtc commented 4 months ago

Is it possible to include multiple lines or HTML in the content body.

$message->notification ->setTitle('Notification title') ->setBody('firstLine\nSecond Line');

OR

$message->notification ->setTitle('Notification title') ->setBody('firstLine
second Line');

Any insight to the possibilities and limitation would be appreciated. thanks

plokko commented 4 months ago

The library simply interfaces with Firebase API, please do test if it's a Firebase limitatio before opening an issue. Thank you