Carga inicial
This commit is contained in:
7
config/firebase.php
Normal file
7
config/firebase.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'endpoint' => env('ENDPOINT', 'https://fcm.googleapis.com/fcm/send'),
|
||||
'authorization' => env('AUTHORIZATION','AAAAGS5o91E:APA91bGpO5JffnhkP69wy_PelJ4xmwVdK-4uypiGFG4NrE5QN0rurKxLxm4LTc9Ya_z1PKR6BNITYDE7awDHIh4jBS1I8RJ2fxIWuCZZg-uvbkX2bjtF7M1B77AB2cHCtMzPsK1vxCQ2'),
|
||||
'project_id' => env('PROJECT_ID','108152813393'),
|
||||
];
|
||||
Reference in New Issue
Block a user