I'm trying to connect firebase to the angular2 tour of heroes tutorial by John Papa and I can't figure out how to do it.
I've tried to follow and implement jeffbcross in his angular2 example here , but I can't quite get it to work. I'm trying to create a simple example of angular2 and firebase playing nice together, and it would be really cool if it included OAuth. Does anyone know how to hook this up or have a repo of this?
After trying to use jeffbcross's example, I got stuck here: github.com/LukeSchlangen/heroesOfFirebase I couldn't get all of the references and imports working. Specifically, import * as Firebase from 'firebase'; would keep showing that I have 'firebase' as undefined, which makes sense because I never exported it, but I don't know where to export it.
(In case it helps, I'm using Visual Studio Code and the exact error is "Cannot find module 'firebase'")
import * as Firebase from 'firebase';would keep showing that I have'firebase'as undefined, which makes sense because I never exported it, but I don't know where to export it.https://github.com/davideast/ng2dodemo:https://vivid-fire-4950.firebaseapp.com/https://github.com/r-park/todo-angular2-firebase