RaphaelJenni / FirebaseUI-Angular

A wrapper for FirebaseUI in Angular
Apache License 2.0
297 stars 68 forks source link

Forced Re-authentication #150

Open gmaughan opened 3 years ago

gmaughan commented 3 years ago

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.

RaphaelJenni commented 3 years ago

@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

gmaughan commented 3 years ago

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

gmaughan commented 3 years ago

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.