UNPKG

ngx-auth-firebaseui-updated

Version:

From ngx-auth-firbaseui but updated to fix dependency issues with Angular 16. Open Source Library for Angular Web Apps to integrate a material user interface for firebase authentication

17 lines 728 B
export interface NgxAuthFirebaseUIConfig { authGuardFallbackURL?: string; authGuardLoggedInURL?: string; enableFirestoreSync?: boolean; toastMessageOnAuthSuccess?: boolean; toastMessageOnAuthError?: boolean; passwordMaxLength?: number; passwordMinLength?: number; nameMaxLength?: number; nameMinLength?: number; guardProtectedRoutesUntilEmailIsVerified?: boolean; enableEmailVerification?: boolean; useRawUserCredential?: boolean; } export declare const defaultAuthFirebaseUIConfig: NgxAuthFirebaseUIConfig; export declare function ngxAuthFirebaseUIConfigFactory(userProvidedConfig: NgxAuthFirebaseUIConfig): NgxAuthFirebaseUIConfig; //# sourceMappingURL=config.interface.d.ts.map