-
I tried this
but it doesn't work I know angular/fire 7 is new and docs are not ready but I really want to know how it works. I know I am doing something wrong here. |
Beta Was this translation helpful? Give feedback.
Answered by
hakimio
Oct 25, 2021
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Sapython
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
provideFirestore()
returnsModuleWithProviders<FirestoreModule>
notFirestore
instance. You are misusing it.