Skip to content

Commit a449e6f

Browse files
author
ace-n
committed
Remove GCS references
1 parent ffc4e2e commit a449e6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

functions/firebase_rtdb/test/DeployTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,13 @@ private function processFunctionLogs(CloudFunction $fn, string $startTime, calla
164164
* Update a value in Firebase Realtime Database (RTDB).
165165
*
166166
* @param string $path Path of the RTDB attribute to set.
167-
* @param string $value The value to set the specified attribute to.
168167
* @param string $data Data to upload as an object..
169168
*
170169
* @throws \RuntimeException
171170
*/
172171
private function updateRTDB(string $path, array $data): void
173172
{
174-
if (empty(self::$storageClient)) {
173+
if (empty(self::$database)) {
175174
$factory = new Factory();
176175
self::$database = $factory->createDatabase();
177176
}

0 commit comments

Comments
 (0)