FirebaseUI-Angular
FirebaseUI-Angular copied to clipboard
Forced Re-authentication
Is there any way to force re-authentication using this library?
We need to re-authenticate users before they change profile information and it would be very nice if this library supported such a feature.
@gmaughan This should be done with the angular fire library. https://github.com/angular/angularfire#authenticate-users
This wrapper library only handles the inclusion/wrapping of firebase ui. https://github.com/firebase/firebaseui-web#angular-setup
Thanks. I'll follow up with the firebaseui-web project.
FYI, firebaseui-web have this planned as a feature, however it is delayed until the firebase libraries are modularised.
Would be great to support this in the angular wrapper when it arrives.