Any idea if there is a good tutorial or example on how to integrate firebase 3 with Ionic 2 ? More specifically, I’m looking as to how to add it to Typescript typings so that it doesn’t throw these kind of errors.
TypeScript error: /.../app/pages/home/home.ts(30,9): Error TS2304: Cannot find name 'firebase'.
Funny that there is no proper guide in Ionic’s site about this topic and we have to rely on ‘blow’ urls.
All I come across are blogs and nothing official. Everything seems broken.
Even the blogs are not upto snuff.