chore: Upgrade to angularfire2 rc1 and firebaseui 2.1.1
See original GitHub issueUpgrade to "angularfire2": "4.0.0-rc.1"
and "firebaseui": "2.1.1"
not working with "firebaseui-angular": "0.3.0"
.
Current working but outdated versioning:
"angularfire2": "4.0.0-rc.0",
"firebaseui": "2.0.0",
"firebaseui-angular": "0.3.0"
Look forward to upgrade to angularfire2 rc1 and firebaseui 2.1.1.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Updating to AngularFire2 Release Candidate | fluin.io blog
What Happened? AngularFire split into Feature Modules. Before the RC, AngularFire came as a single module with all of the features combined into ......
Read more >Use FirebaseUI with AngularFire2 - Stack Overflow
Yes, AngularFire and FirebaseUI can work together. You need to: 1: Import FirebaseUI and give it access to firebase (e.g. before bootstrap)
Read more >firebaseui-angular - npm
npm install firebaseui-angular --save. To run this library you need to have AngularFire2 , Firebase, FirebaseUI-Web installed. Fast install:.
Read more >Easily add sign-in to your Web app with FirebaseUI - Google
FirebaseUI is a library built on top of the Firebase Authentication SDK that ... Upgrading anonymous users - ability to upgrade anonymous users...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll do that in the comming days. 😃
Correction. No bug. My bad. It’s because besides upgrading to “angularfire2”: “4.0.0-rc.1”, “firebaseui”: “2.1.1”, and “firebaseui-angular”: “0.4.0”.
Also need to upgrade firebase sdk to
"firebase": "4.1.2"