firebase authentication error in other languages

后端 未结 2 1316
抹茶落季
抹茶落季 2021-01-03 15:08

I am currently developing an app in Swift and I have linked firebase in order for users to signup and login. The app is supposed to be in Spanish but I can\'t find a way to

2条回答
  •  庸人自扰
    2021-01-03 15:47

    Firebase errors are not localized. You could request a feature for this via Firebase support.

    What you could do instead is create your own localized messages based on the error codes provided. This is what FirebaseUI does:

    • FirebaseUI-ios

    • FirebaseUI-web

    Or you could just simply use FirebaseUI-ios. It would save you a lot of time and effort.

提交回复
热议问题