UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
vendor
/
kreait
/
firebase-php
/
src
/
Firebase
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Firestore.php
<?php declare(strict_types=1); namespace Kreait\Firebase; use Google\Cloud\Firestore\FirestoreClient; final class Firestore { /** @var FirestoreClient */ private $client; private function __construct() { } public static function withFirestoreClient(FirestoreClient $firestoreClient): self { $firestore = new self(); $firestore->client = $firestoreClient; return $firestore; } public function database(): FirestoreClient { return $this->client; } }
Copyright © 2025 - UnknownSec