29 lines
1.1 KiB
PHP
Executable File
29 lines
1.1 KiB
PHP
Executable File
<?php
|
|
defined('BASEPATH') or exit('No direct script access allowed');
|
|
/*
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|| Android Firebase Push Notification Configurations
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
*/
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Firebase API Key
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The secret key for Firebase API
|
|
| YOUR-FCM-SERVER-KEY
|
|
*/
|
|
// $config['key'] = 'AAAAC9VlHUU:APA91bEI4eUtSlgqRG7CvFwYzhoVwV7-4AJMp-IGd4Y-Oj4KDPM46JPpQFyN71MwBsb4QYJcQEvUGn5eAHDHoTeaK3BSxkw9KYqR9SNTHYcqeJREDuml6E_sxlRf9TytU7ZD9d4homuz';
|
|
$config['key'] = 'AAAAxbf3sMY:APA91bEG0Ow70XWe4_cDSaNoGHxQZx9bw2J_S03mPnWVgbOw_jfBH-n0TmpsiBvKfZ2GUvd0R_g_bhWnonQqRVICNwUvllsxQfrmDYJZaUs5UK_hCot2ac0OWmg7omsquSe1bLJ0Mcps';
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Firebase Cloud Messaging API URL
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The URL for Firebase Cloud Messafing
|
|
|
|
|
*/
|
|
|
|
$config['fcm_url'] = 'https://fcm.googleapis.com/fcm/send'; |