Ionic2 and Firebase

What is the best way to get started using Firebase with Ionic2? Do I have to wait for AngularFire2 to be completed?

@starkemc You don’t need to wait for AngularFire2, have a look here at @aaronksaunders’ approach. You can either use Firebase’s standard JS API (like I do) or use AngularFire like in this example. Great work, Aaron!

@finke thanks for the shout out and hope the original repo was helpful.

@starkemc here is an updated sample using database, storage and authentication