Skip to content

Commit 9133595

Browse files
committed
Remove the keyFile option from the Google Cloud config array
1 parent 52971dc commit 9133595

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Firebase/Factory.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -638,11 +638,6 @@ private function googleCloudClientConfig(): array
638638
$config['credentialsFetcher'] = $credentials;
639639
}
640640

641-
$serviceAccount = $this->getServiceAccount();
642-
if ($serviceAccount !== null) {
643-
$config['keyFile'] = $this->normalizeServiceAccount($serviceAccount);
644-
}
645-
646641
return $config;
647642
}
648643

0 commit comments

Comments
 (0)