Reputation: 915
I am using sms Firebase authentication on the android application. However, the SMS I am receiving is weird: Part of it is sometimes English and part of it is Arabic and the rest of the SMS I can't make out actually.
How to make the SMS's language received only Arabic without the other characters?
Upvotes: 2
Views: 939
Reputation: 10234
Check whether your phone language and Firebase console are same. Otherwise this can happen. Firebase rechecks the locale of the phone that's causing the issue.
Upvotes: 1