Have been stumbling about in the dark trying to get a basic app working using ionic 2 and firebase 3, my main problem is when I try import firebase into my data retrieval services I get the error that TS cannot find the module ‘firebase’ even after I have installed firebase with npm and can clearly see the module in my ‘node-modules’ folder, any help is appreciated.
Thanks for the prompt response! Unfortunately that is the exact article which has led me to the predicament I am currently in currently trying this one out but not finished as of yet: http://javebratt.com/firebase-3-email-auth/ will post if i come right
Thanks aaron, it seems that after including that script tag in my index.html file the Intellisense is picking firebase up as a module, but when I serve the app I’m still getting a 404 on my app.bundle.js file, any one with a similar issue and potential solution? Thanks in advance
Got this working, my issue was when I was installing the typings I was using the global version : typings install --save ~dt firebase, which was giving issues, I changed to use typings install --save firebase and the typings worked like a charm, she is now up and running thanks for all the help guys
Thanks mate, will check it out, got mine working with just the js reference of the firebase SDK but will be cool to check how to play with angularfire2
This email message and any attachment(s) are for the sole use of the
intended recipient(s) and may contain proprietary and/or confidential
information which may be privileged or otherwise protected from disclosure.
Any unauthorized review, use, disclosure or distribution is prohibited. If
you are not the intended recipient(s), please contact the sender by reply
email and destroy the original message and any copies of the message as
well as any attachment(s) to the original message.