You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Hey there,
I've tried to implement the basic example provided in the README file, but wherever I inject a service in my code, it's resolved as undefined. No error messages nor warnings are displayed.
Hey there,
I've tried to implement the basic example provided in the README file, but wherever I inject a service in my code, it's resolved as
undefined
. No error messages nor warnings are displayed.Here is my
app.module.ts
:This is the service where I try to inject the Firebase Services:
This is the module where my service is contained:
Is there anything wrong with my code that I'm not able to see?
The text was updated successfully, but these errors were encountered: