firebase / firebaseui-web-react

React Wrapper for firebaseUI Web
Apache License 2.0
1.26k stars 249 forks source link

Setup spanish language #56

Open felixeduardo15 opened 5 years ago

felixeduardo15 commented 5 years ago

On Firebase documentation, there's something related to set up the spanish language

firebase.auth().useDeviceLanguage(); // set with function firebase.auth().languageCode = 'fr'; // set with string

¿How to configure it?

AndrewRedican commented 5 years ago

I would try

firebase.auth().languageCode = 'es'; // set with string

for spanish

felixeduardo15 commented 5 years ago

I would try

firebase.auth().languageCode = 'es'; // set with string

for spanish

already used it but the problem continue

wti806 commented 5 years ago

You will need to build the localized library yourself: https://github.com/firebase/firebaseui-web#building-firebaseui

benatkin commented 5 years ago

See also #21

landsman commented 3 years ago

wtf such a overkill