You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
It saves the types to a folder inside node_modules/@types/firebase and updates the package.json file.
Upon running the project with ionic serve, I get a whole bunch of error TS2503: Cannot find namespace 'firebase'. errors, which was fixable in the previous release with a "files": [ "firebase" ] addition to the tsconfig.json file and then running the typings install command.
Just wondering is there a fix for something similar or an extra step after the npm install?
Do the types for AngularFire/Firebase need to be updated to match the new RC?
From @sicontis on September 30, 2016 8:33
Since the new RC uses @types now to install typings, I added the types from Firebase and Angularfire to my project using
npm install @types/firebase --save-dev --save-exact
It saves the types to a folder inside
node_modules/@types/firebase
and updates the package.json file.Upon running the project with ionic serve, I get a whole bunch of
error TS2503: Cannot find namespace 'firebase'.
errors, which was fixable in the previous release with a"files": [ "firebase" ]
addition to the tsconfig.json file and then running thetypings install
command.Just wondering is there a fix for something similar or an extra step after the npm install?
Do the types for AngularFire/Firebase need to be updated to match the new RC?
Any ideas?
Copied from original issue: ionic-team/ionic-framework#8343
The text was updated successfully, but these errors were encountered: