Cannot find module ‘firebase-admin’ or its corresponding type declarations.
im trying to import admin from firebase :
import * as admin from ‘firebase-admin’
i recieve this :
Cannot find module ‘firebase-admin’ or its corresponding type declarations.
im using Angular 17 and firebase 13.8.1
and using Node.js
New contributor
Jana Mhameed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.