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