-
I cannot manage to get the react-native-firebase types into my project. For example, when I want to import UserCredential into my code, VSCode does not find any referencing types from the react-native-firebase package. This also happens with the packages itself, less hassle to import but still annoying. For example I can't get auth any hinting in VSCode. I could write out the import, but it would suit me so much better if this bit simply worked With other packages I do not have this problem. Does anyone also have this problem and or does anyone have the solution for this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just now I found that the types are in an wrapper like FirebaseAuthTypes. 👍🏼 Now still the normal imports for |
Beta Was this translation helpful? Give feedback.
Just now I found that the types are in an wrapper like FirebaseAuthTypes. 👍🏼
Now still the normal imports for
auth
,analytics
, etc. :D