403 This action is unauthorized. #974
Unanswered
OscarMinjarez
asked this question in
Q&A
Replies: 1 comment
-
I don't know if you're using the Laravel Package (https://github.com/kreait/laravel-firebase) or not, but if you do, please read the readme, it explicitly says not to use the Factory directly, but use Dependency Injection. As far as I can see, the 403 error is a Laravel error and you're not authorized to access the route. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use the SDK of firebase for my project but the problem is when I try to get an email with my controller this return a 403 error code, my json file of firebase is correctly imported to my project and the account service has the permissions of my firebase. What I am doing wrong?
Please, need help :(
Beta Was this translation helpful? Give feedback.
All reactions