Firebase UI localization - Tutorial on how to setup the translated web version
Firebase ui (user interface) has helped me to build an application with social login with almost no code to write, the ui library provides an implementation of firebase authentication for web ready to use. As such, the expectation of easy to use also points to an localization easy to integrate. Therefore, the i18n for the firebaseui [1] has some tricks and is not as straight forward as it could be, it requires manual building for each specific language, and also it is required to ship the generated bundle with the application. In this post, I am going to explore my...