gg-innovative / larafirebase

MIT License
21 stars 9 forks source link

Error on first-time run #1

Closed ILABUTK closed 10 months ago

ILABUTK commented 10 months ago

It throws this error:

ErrorException: Array to string conversion in file .../vendor/gg-innovative/larafirebase/src/Services/Larafirebase.php on line 152

Which leads to this line: 'Authorization' => 'Bearer ' . $this->getBearerToken()

But, it runs afterward.

ILABUTK commented 10 months ago

Also, I suggest revising the readme to remove the FirebaseMessage part, as it is still TBD.

gentritabazi commented 10 months ago

Fixed here: https://github.com/gg-innovative/larafirebase/releases/tag/1.0.2, thanks!