Use FirebaseUI with AngularFire2
问题 I haven't found any samples. Is it possible to use the FirebaseUI with AngularFire2? AFAIK the UI is not part of AngularFire2. 回答1: There is indeed no direct integration between FirebaseUI (for the web) and AngularFire2. AngularFire2 has built in sign-in primitives that integrate with the lower-level sign-in functionality of the Firebase Authentication JavaScript SDK. For more about those, see the AngularFire2 documentation on user authentication. But given that both AngularFire2 and