Carga inicial

This commit is contained in:
IvanAS94
2025-12-26 17:21:11 -08:00
parent 45d9afc951
commit 51880798ca
359 changed files with 42159 additions and 1 deletions

7
config/firebase.php Normal file
View 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'),
];