We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use facades with 5.9...
Have to remove this version and reinstall 5.8. With 5.8, no problem.
"laravel/framework": "^11.0", "kreait/laravel-firebase": "5.9",
php 8.2
$test=Firebase::auth(); dd($test);
[2024-06-23 21:06:23] local.ERROR: Target class [firebase.manager] does not exist. {"userId":1,"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [firebase.manager] does not exist. at /var/www/vendor/laravel/framework/src/Illuminate/Container/Container.php:906) [stacktrace] #0 /var/www/vendor/laravel/framework/src/Illuminate/Container/Container.php(787): Illuminate\\Container\\Container->build('firebase.manage...') #1 /var/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1030): Illuminate\\Container\\Container->resolve('firebase.manage...', Array, true) #2 /var/www/vendor/laravel/framework/src/Illuminate/Container/Container.php(723): Illuminate\\Foundation\\Application->resolve('firebase.manage...', Array) #3 /var/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1015): Illuminate\\Container\\Container->make('firebase.manage...', Array) #4 /var/www/vendor/laravel/framework/src/Illuminate/Container/Container.php(1446): Illuminate\\Foundation\\Application->make('firebase.manage...') #5 /var/www/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(237): Illuminate\\Container\\Container->offsetGet('firebase.manage...') #6 /var/www/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(208): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance('firebase.manage...') #7 /var/www/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(351): Illuminate\\Support\\Facades\\Facade::getFacadeRoot() ...
Thank you for your awesome work.
The text was updated successfully, but these errors were encountered:
You're quick! Thank you for the fast report. I'll revert the change and hope that the SDK Update alone fixes the issue in #210 🤞🏻
Apparently, I missed the "only" on https://laravel.com/docs/11.x/providers#deferred-providers even though it was emphasized 🤦🏼
Sorry, something went wrong.
I reverted the change and released it as https://github.com/kreait/laravel-firebase/releases/tag/5.9.1
Thanks again! 🙏🏻
jeromegamez
No branches or pull requests
Describe the bug
Can't use facades with 5.9...
Have to remove this version and reinstall 5.8.
With 5.8, no problem.
Installed packages
PHP version and extensions
Steps to reproduce the issue.
Error message/Stack trace
Additional information
Thank you for your awesome work.
The text was updated successfully, but these errors were encountered: