File: /var/www/console.fixgini.com/config/firebase.php
<?php
return [
/*
* --------------------------------------------------------------
* Your Firebase credentials
* --------------------------------------------------------------
*
* The file path of the Service Account credentials JSON file.
*/
'credentials' => env('FIREBASE_CREDENTIALS'),
'firestore' => env('FIRESTORE_BASE_URL'),
/*
* --------------------------------------------------------------
* Firebase Database URL
* --------------------------------------------------------------
*
* The URL of your Firebase Realtime Database.
*/
'database' => env('FIREBASE_DATABASE_URL'),
/*
* --------------------------------------------------------------
* Firebase Dynamic Links domain
* --------------------------------------------------------------
*
* The domain configured for Firebase Dynamic Links.
*/
'dynamic_links_domain' => env('FIREBASE_DYNAMIC_LINKS_DOMAIN'),
/*
* --------------------------------------------------------------
* Firebase Storage Bucket
* --------------------------------------------------------------
*
* The default storage bucket for Firebase Storage.
*/
'storage_bucket' => env('FIREBASE_STORAGE_BUCKET'),
/*
* --------------------------------------------------------------
* Default options
* --------------------------------------------------------------
*
* Default options to use with each Firebase client.
*/
'options' => [
// 'databaseAuthVariableOverride' => ['uid' => 'my-service-worker'],
],
];