<?php declare(strict_types=1); namespace Kreait\Firebase\Contract; use Google\Cloud\Storage\Bucket; use Google\Cloud\Storage\StorageClient; interface Storage { public function getStorageClient(): StorageClient; public function getBucket(?string $name = null): Bucket; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
AppCheck.php | File | 1.06 KB | 0644 |
|
Auth.php | File | 17.2 KB | 0644 |
|
Database.php | File | 1.98 KB | 0644 |
|
DynamicLinks.php | File | 2.29 KB | 0644 |
|
Firestore.php | File | 188 B | 0644 |
|
Messaging.php | File | 5.18 KB | 0644 |
|
RemoteConfig.php | File | 2.32 KB | 0644 |
|
Storage.php | File | 283 B | 0644 |
|