Network error in firebase

Iam getting an error of network error (timeout or interupted connection, unreachable host during interacting with the firebase) when i test on real device , but on emulator this does not occur , can anyone suggest a work arround here ? I already have the whitelist plugin installed

1.Check internet is working then try it
2.Use internet check plugin so that you can get network state and then you can call firebase service

1 Like

is it by adding these into the AndroidManifest.xml ?

Use

and check internet is working or not then you can figure out whether its problem of firebase or problem of connecting firebase due to internet.