We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da8054 commit 1556b84Copy full SHA for 1556b84
src/Firebase/Auth/ApiClient.php
@@ -91,7 +91,7 @@ public function setCustomUserClaims(string $uid, array $claims): ResponseInterfa
91
92
return $this->requestApi($url, [
93
'localId' => $uid,
94
- 'customAttributes' => JSON::encode((object) $claims),
+ 'customAttributes' => Json::encode((object) $claims),
95
]);
96
}
97
0 commit comments