You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
I believe so!
Step 2: Describe your environment
Android device: Samsung
Android OS version: 9, 10
Google Play Services version:Latest Verison
Firebase/Play Services SDK version: 26.2.0
FirebaseUI version: 6.3.0
Step 3: Describe the problem:
My team uses Firebase for user app verification with SMS. Our app is a taxi booking app when users can open an account with their phone number and order taxis. Kosovo country code which is +383 we can't find on the list.
Steps to reproduce:
I open my app
Go to country list for verification
Country code +383 is not on the list
Observed Results:
Users can't register from that country if that country code is not on the list.
Expected Results:
We expect this country code to be added somehow in this list or is another way that we can do it?
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
I believe so!
Step 2: Describe your environment
Step 3: Describe the problem:
My team uses Firebase for user app verification with SMS. Our app is a taxi booking app when users can open an account with their phone number and order taxis. Kosovo country code which is +383 we can't find on the list.
Steps to reproduce:
Observed Results:
Expected Results:
Relevant Code:
map.put(380, singletonList("UA"));
map.put(381, singletonList("RS"));
map.put(382, singletonList("ME"));
map.put(385, singletonList("HR"));
map.put(386, singletonList("SI"));
---There is no +383 ('XK')--
The text was updated successfully, but these errors were encountered: