I am currently utilizing this plugin in my application:
https://github.com/EddyVerbruggen/nativescript-plugin-firebase
Unfortunately, when using my real device on a 3G network, I encounter the following error: auth/network-request-failed Thrown if a network error (such as timeout, interrupted connection or unreachable host) has occurred.
Any suggestions on how to resolve this issue?
P.S. Just to note, I write in Javascript rather than Typescript.