withServiceAccount(config('firebase.credentials')) ->withDatabaseUri(config('firebase.database_url')); $this->database = $factory->createDatabase(); } public function getTimbanganData() { return $this->database ->getReference('timbangan') ->getValue(); } }