관리-도구
편집 파일: Firestore.php
<?php declare(strict_types=1); namespace Kreait\Firebase\Contract; use Google\Cloud\Firestore\FirestoreClient; interface Firestore { public function database(): FirestoreClient; }