Skip to content

Commit 281b169

Browse files
committed
add "app_instance_id" to body of request
1 parent 72ef542 commit 281b169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Firebase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function post(): void
123123

124124
$body = array_replace_recursive(
125125
$this->toArray(),
126+
["app_instance_id" => $this->app_instance_id],
126127
["user_data" => !empty($this->user_id) ? $this->userdata->toArray() : []], // Only accepted if user_id is passed too
127128
["user_properties" => $this->user_properties],
128129
["consent" => $this->consent->toArray()],

0 commit comments

Comments
 (0)