An open API service indexing awesome lists of open source software.

https://github.com/mskian/firebase-push-notification-using-php-curl

Send Firebase Push Notification via PHP cURL Method
https://github.com/mskian/firebase-push-notification-using-php-curl

Last synced: 9 months ago
JSON representation

Send Firebase Push Notification via PHP cURL Method

Awesome Lists containing this project

README

          

# Firebase Push Notification Using PHP cURL

Send Firebase Push Notification via PHP cURL

firebase push

- PHP cURL
- POST Method
- Firebase Cloud Messaging API
- FCM Token
- Bootstrap 4

Firebase Web Push Notification for Blogs and website - Create Web Push Notification using Firebase Cloud Messaging

```
// Server key from Firebase Console
define( 'API_ACCESS_KEY', 'YOUR FIREBASE CLOUD MESSAGING API KEY' ); // Replace YOUR FIREBASE CLOUD MESSAGING API KEY with your Firebase Cloud Messaging server Key

```

```
"icon" => "https://example.com/icon.png", // Replace https://example.com/icon.png with your PUSH ICON URL

```