FirebaseUI-Angular icon indicating copy to clipboard operation
FirebaseUI-Angular copied to clipboard

Forced Re-authentication

Open gmaughan opened this issue 4 years ago • 3 comments

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 avatar Apr 13 '21 06:04 gmaughan

@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

RaphaelJenni avatar Apr 13 '21 12:04 RaphaelJenni

Thanks. I'll follow up with the firebaseui-web project.

gmaughan avatar Apr 14 '21 01:04 gmaughan

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.

gmaughan avatar Apr 14 '21 02:04 gmaughan