firebase android app not working with mobile data

后端 未结 6 1522
面向向阳花
面向向阳花 2021-01-13 07:32

My Firebase Android app is not working whenever I connect with mobile data. All features such as auth, database and storage are unreachable. I am currently in India, using a

相关标签:
6条回答
  • 2021-01-13 08:01

    Firebase server does not have any restrictions on internet connection. This would be your mobile internet provider's issue. Also, it would be worth checking whether have any settings in mobile device is enabled to restrict mobile data usage for any specific apps like to use Wifi only.

    PS: I'm from India, use Airtel and Vodafone mobile data connections often for Firebase based apps when Wifi is not around . But occasionally faced similar issues when don't have sufficient signal range especially changes to 2G.

    0 讨论(0)
  • 2021-01-13 08:04

    The problem is most likely from your network provider. I think you might have a very bad network or still, check to see if the date and time of the emulator you are using to run your application is correct if not correct it. Firebase is not suppose to give you that kind of error as firebase could also sometimes be accessible even when your device is not connected to the internet.

    0 讨论(0)
  • 2021-01-13 08:10

    I solved it by activating the use of google play services mobile data, in configuration, apps, use of mobile data

    0 讨论(0)
  • 2021-01-13 08:15

    In case, you are facing such problem you can simply go to mobile network >> access point names >> check GPRS button and try to change the access point names from the drop down list. Switch off your data and then on. You can reboot your phone if there is still any issue.

    0 讨论(0)
  • 2021-01-13 08:24

    Check data restrictions of

    Google Services

    If you are on restricted data mode of Google services, your application will not work. I solved it by disabling the restriction mode.

    0 讨论(0)
  • 2021-01-13 08:24

    I got same kind of problem, (images are not downloading from Firebase Storage, over mobile data) using from Bangladesh.

    So,I mailed it to 'Firebase' & they give me these solution, "Please, try to use a VPN, in similar cases like this it worked and reduced the scope of the issue."

    Then, I used VPN with my Mobile data & everything worked fine. :)

    0 讨论(0)
提交回复
热议问题