-
Notifications
You must be signed in to change notification settings - Fork 373
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
firebase-admin 5.12.0 fails to compile with tsc #252
Comments
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight. |
Hmmm this issue does not seem to follow the issue template. Make sure you provide all the required information. |
Compiles fine for me. Make sure GCS typings ( |
I have the same issue |
You have specified See https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
|
Even when i add, |
I add
to my package.json with the firebase-admin
and I m having the same issue, my tsconfig look like
in the typescript website says if you don't include typeRoots parameter the @types will be added automatically I downgrade the library until 5.1.0 , after this one, my compilation start to fails |
For now I am skipping lib check in typescript config until we've a workaround or a fix |
[READ] Step 1: Are you in the right place?
file a Github issue.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
What happened? How can we make the problem occur?
I'm using typescript environment to code the server on Node.js
When I compile the code, it's returning with an error:
I have the upgraded firebase-admin to the latest version (5.12.0)
The text was updated successfully, but these errors were encountered: