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
it throws an error for line { provide: AUTH_SETTINGS, useValue: { appVerificationDisabledForTesting: true } },, remove this line and the error is gone.
Sample data and security rules
Debug output
** Errors in the JavaScript console **
** Output from firebase.database().enableLogging(true); **
in the browser, it throws:
Uncaught TypeError: Cannot assign to read only property 'settings' of object '[object Object]'
at angular-fire-auth.js:134
at ɵfetchInstance (angular-fire.js:460)
at angular-fire-auth.js:113
at ZoneDelegate.invoke (zone-evergreen.js:364)
at Zone.run (zone-evergreen.js:123)
at NgZone.runOutsideAngular (core.js:28520)
at MapSubscriber.project (angular-fire-auth.js:105)
at MapSubscriber._next (map.js:29)
at MapSubscriber.next (Subscriber.js:49)
at MapSubscriber._next (map.js:35)
** Screenshots **
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered:
Version info
Angular: 11.2.14
Firebase: 8.6.1
AngularFire: 6.1.4
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
Failing test unit, Stackblitz demonstrating the problem
Steps to set up and reproduce
when adding settings to auth followed instructions at https://github.com/angular/angularfire/blob/master/docs/auth/getting-started.md
it throws an error for line
{ provide: AUTH_SETTINGS, useValue: { appVerificationDisabledForTesting: true } },
, remove this line and the error is gone.Sample data and security rules
Debug output
** Errors in the JavaScript console **
** Output from
firebase.database().enableLogging(true);
**in the browser, it throws:
** Screenshots **
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: