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 72ef542 commit 281b169Copy full SHA for 281b169
src/Firebase.php
@@ -123,6 +123,7 @@ public function post(): void
123
124
$body = array_replace_recursive(
125
$this->toArray(),
126
+ ["app_instance_id" => $this->app_instance_id],
127
["user_data" => !empty($this->user_id) ? $this->userdata->toArray() : []], // Only accepted if user_id is passed too
128
["user_properties" => $this->user_properties],
129
["consent" => $this->consent->toArray()],
0 commit comments