We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pusher-push-notifications/src/PusherMessage.php
Line 297 in af6a44b
I'd like to pushing to my Android FCM client example use [pusher/pusher-php-server]
// Install the server library with: // composer require pusher/pusher-php-server require __DIR__ . '/vendor/autoload.php'; $pusher = new Pusher\Pusher('APP_KEY', 'APP_SECRET', 'APP_ID', array('cluster' => 'APP_CLUSTER')); $pusher->notify( array("donuts"), array( 'fcm' => array( 'notification' => array( 'title' => 'hello world', 'icon' => 'androidlogo' ), ), ) );
The text was updated successfully, but these errors were encountered:
PR is welcome :)
Sorry, something went wrong.
@matsumura-f Can you confirm whether #42 resolves this? I've switched to the new Pusher Beams SDK, which uses FCM rather than GCM.
Fixed in #42 :)
No branches or pull requests
pusher-push-notifications/src/PusherMessage.php
Line 297 in af6a44b
I'd like to pushing to my Android FCM client
example use [pusher/pusher-php-server]
The text was updated successfully, but these errors were encountered: