Hello,
i just recently started making apps with ionic 2 and wanted to use firebase. i started looking for tutorials and found some which use angularfire2 and firebase, others with just firebase(with no angularfire2). i want to know what is the difference between two methods and i would like to know which is the better of two. And also i would like to use all the features of firebase that are possible to use in the app(like auth, notification, cloud messaging, dynamic links etc).
You can just import AngularFire, without importing anything from Firebase. At least right now. That;'s changed a bit over time, and AF is still in beta, so it might change again.
You can use npm to install rxjs 5.0.1. You need rxjs 5 for Angular 2. Are you running the newest Ionic version?
You are right. Iβll wait until when out of beta. In the mean time Iβm using firebase without angularefire for nowβ¦ I just need it for authenticationβ¦