@nebular/firebase-auth
Version:
@nebular/firebase-auth
9 lines (8 loc) • 509 B
TypeScript
export * from './strategies/base/firebase-base.strategy';
export * from './strategies/password/firebase-password.strategy';
export * from './strategies/password/firebase-password-strategy.options';
export * from './strategies/base/firebase-identity-provider-strategy.options';
export * from './strategies/google/firebase-google.strategy';
export * from './strategies/facebook/firebase-facebook.strategy';
export * from './strategies/twitter/firebase-twitter.strategy';
export * from './firebase-auth.module';