prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 559 forks source link

Set Auth languageCode #1215

Open Jonsibua opened 1 year ago

Jonsibua commented 1 year ago

I need to set the languageCode in auth() to send action emails in the device language of the user.

Within the Auth instance languageCode would be the property to set. Firebase uses the method useDeviceLanguage() to set the language based on the device preference.

What is the current behavior?

React Redux Firebase does not support the method and also does not allow to update or set the language property.

What is the expected behavior?

To be able to set languageCode property.