Reauthenticate with capacifor-firebase (google provider)

Hi people!

I need reauthentication on my app - it’s a video app that need some parental settings. I’ve sucessfully created the auth routine using google.com as provider, but don’t know how to do the reauthentication part.

From the docs on @capacitor-firebase/authentication I don’t even know if it’s possible.

I’m on ionic 7, @ionic/angular 7.2.1 and angular 14.

This should basically be possible if you use the plugin in combination with the Firebase JS SDK (see docs). However, I have not tested it. The plugin itself does not offer this feature at the moment. Feel free to create a feature request for this.