Closed moaalaa closed 3 years ago
My Case is the Following:
I'm working with laravel v5.8 (a Legacy project and can't upgrade it now).
I installed this package with version v2.2
The Package using laravel-firebase with version v2.4 which support laravel v5.8
laravel-firebase
My Problem:
firebase.manager
firebase.messaging
BindingResolutionException
ReflectionException
Error Message image:
I had the same trouble trying to send fcm notifications (also using laravel v5.8). but since I didn't see any issue matching the description I did the same workaround
My Case is the Following:
I'm working with laravel v5.8 (a Legacy project and can't upgrade it now).
I installed this package with version v2.2
The Package using
laravel-firebase
with version v2.4 which support laravel v5.8My Problem:
laravel-firebase
v2.4 installed this version didn't bindfirebase.manager
in laravel service containerfirebase.messaging
.BindingResolutionException
but in my case, the exception wasReflectionException
.Error Message image: