android - 'Unable to contact the firebase server' -


i working on ionic hybrid mobile app using angularfire. implementing email/password authentication using $firebaseauth service. working on chrome browser when installed on android device giving error 'unable contact firebase server.' andorid application has full network access permission , permissions use data , wify.

code , apk link https://github.com/ajayparsana/myfirebaseapp

please help.

i have installed cordova inappbrowser & whitelist plugin , add below lines in config.xml file after line solve problem

    <access origin="*" />     <allow-navigation href="*" />     <allow-intent href="*.firebaseio.com" />     <allow-intent href="auth.firebase.com" /> 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -