UNPKG

ng7-auth

Version:

Firestore Authentication with Angular. A Fork form Anthony Nahas.

11 lines (10 loc) 268 B
import { AuthProvider } from '../..'; export interface LegalityDialogParams { tosUrl: string; privacyPolicyUrl: string; authProvider: AuthProvider; } export interface LegalityDialogResult { checked: boolean; authProvider: AuthProvider; }