'Firebase authentication - fix country
We are using firebase mobile authentication in ionic application. We have set default country code to 'IN' the setting. below is the code:
signInOptions: [
{
provider: firebase.....,
defaultCountry: 'IN',
},
],
Now, we want to fix the country country code to 'IN' (User should not be able to change).
Please suggest how to achieve this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
