-
Notifications
You must be signed in to change notification settings - Fork 894
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
App Check typing errors (incorrect implementations of interface) #5569
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Thanks, I will look into fixing the typings errors. In the meantime, so that you are unblocked, can I ask how you are importing Firebase? When directly using Firebase, there shouldn't be any app check code in the bundle if you didn't import app check, and you only imported auth, but I don't know if Reactfire does anything different. |
Asked reactifire to give their input. I guess the TS compiler checks the whole firebase library even if I'm not importing all of the modules. When I changed |
Environment
Problem
I'm trying to compile my project & it throws 2 errors
The source code has the following comments, but the compiler doesn't really care about those.
Steps to reproduce:
I started using firebase with Reactfire. I'm using just auth. I'm not using App Check.
Relevant Code:
TS config
The text was updated successfully, but these errors were encountered: