You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting [firebaseui] signInWithRedirect: auth/auth-domain-config-required though we have configured modules correctly as below in out AuthModule.ts file
We have setup the domains and authkeys correctly. Angular app is deployed on to GCP as an App Service and it works as soon as the deployment completes. But next day it will give above error
Versions we are using here
"firebaseui": "^6.0.2",
"firebaseui-angular": "^6.1.3",
What could be the possible issues here
The text was updated successfully, but these errors were encountered:
We are getting [firebaseui] signInWithRedirect: auth/auth-domain-config-required though we have configured modules correctly as below in out AuthModule.ts file
AngularFireModule.initializeApp(environment.firebase.auth.options), AngularFireAuthModule, FirebaseUIModule.forRoot(firebaseUiAuthConfig),
We have setup the domains and authkeys correctly. Angular app is deployed on to GCP as an App Service and it works as soon as the deployment completes. But next day it will give above error
Versions we are using here
"firebaseui": "^6.0.2",
"firebaseui-angular": "^6.1.3",
What could be the possible issues here
The text was updated successfully, but these errors were encountered: