-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Firebase API called outside injection context - missing details on how to fix this #3629
New issue
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
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Thank you very much. The workaround fixed the warnings. In some comments (I can't recall where) I read that to reduce the warning noise caused by this issue. But imho, I am respectfully really against it. Yes, I am using modular syntax but the workaround actually fixed an issue I was facing. With the above work around, this issue is fixed. Thank you. |
Try using PendingTasks if you are using SSR. |
I am using the
"^19.0.0"
version of this package with newly created angular application usingng new
(angular 19).Note that I have chosen options to enable ssr while creating the angular app using
ng new
.Now, a simple code like:
give the following warnings (but the code is working):
If angular fire could elaborate this error a bit saying what we have to do to fix this, that would be very nice.
The text was updated successfully, but these errors were encountered: