4 lines
172 B
TypeScript
4 lines
172 B
TypeScript
export { Auth, AuthInstances, authInstance$ } from './auth';
|
|
export { provideAuth, AuthModule } from './auth.module';
|
|
export * from './rxfire';
|
|
export * from './firebase';
|