user7952634
user7952634

Reputation:

Ionic Runtime Error ( A network error)

Hello I have this problem and i don't know how to solve it. A network error (such as timeout, interrupted connection or unreachable host) has occurred. I read Install cordova-plugin-whitelist might fix the problem but the same error still occurs. Any ideas on how to fix it ?

Upvotes: 1

Views: 1126

Answers (2)

Bashar Altakrouri
Bashar Altakrouri

Reputation: 10595

Under Ionic +4 and firebase +5 import firebase as

import firebase from 'firebase/app'; 

Importing firebase as the following will create the Runtime Error ( A network error)

import firebase from 'firebase'

Don't forget to rebuild the project

Upvotes: 0

user7952634
user7952634

Reputation:

i had to enable the sign in method from the firebase console under authentication.

Upvotes: 1

Related Questions