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
Looks like running typings install github:typed-typings/npm-firebase && typings install (see issue would simplify the installation by completely eliminating Step 3 of installation. Also with this different firebase typings, I could also import * as firebase from 'firebase'; without any module not found error. The only downside is that the typings is referring to github until it's pushed to npm.
Looks like running
typings install github:typed-typings/npm-firebase && typings install
(see issue would simplify the installation by completely eliminating Step 3 of installation. Also with this different firebase typings, I could alsoimport * as firebase from 'firebase';
without any module not found error. The only downside is that the typings is referring to github until it's pushed to npm.There's a issue tracking registry now. typings/registry#604
The text was updated successfully, but these errors were encountered: