Page MenuHomePhorge

firebase.php
No OneTemporary

firebase.php

<?php
return [
/* api_key available in: Firebase Console -> Project Settings -> CLOUD MESSAGING -> Server key*/
'api_key' => env('FIREBASE_API_KEY'),
'api_url' => env('FIREBASE_API_URL', 'https://fcm.googleapis.com/fcm/send'),
'api_verify_tls' => (bool) env('FIREBASE_API_VERIFY_TLS', true)
];

File Metadata

Mime Type
text/x-php
Expires
Mon, Aug 25, 9:02 PM (16 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
218164
Default Alt Text
firebase.php (334 B)

Event Timeline