We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf79cca commit e7b3e1dCopy full SHA for e7b3e1d
packages/angular/projects/firebaseui-angular/src/lib/testing/test-helpers.ts
@@ -1,5 +1,5 @@
1
import { Provider } from '@angular/core';
2
-import { FirebaseUI } from '../provider';
+import { FirebaseUI, FirebaseUIPolicies } from '../provider';
3
import { Auth } from '@angular/fire/auth';
4
import { InjectionToken } from '@angular/core';
5
import { of } from 'rxjs';
@@ -94,5 +94,12 @@ export function getFirebaseUITestProviders(): Provider[] {
94
},
95
96
97
+ {
98
+ provide: FirebaseUIPolicies,
99
+ useValue: {
100
+ termsOfServiceUrl: '/terms',
101
+ privacyPolicyUrl: '/privacy',
102
+ },
103
104
];
105
}
0 commit comments