We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2267347 commit 8ff6ff4Copy full SHA for 8ff6ff4
src/angularfire2_worker_render.ts
@@ -12,4 +12,6 @@ export const WORKER_RENDER_FIREBASE_PROVIDERS: any[] = [
12
deps: [FirebaseRef]
13
}),
14
MessageBasedFirebaseAuth
15
-];
+];
16
+
17
+export {MessageBasedFirebaseAuth} from './providers/web_workers/ui/auth';
0 commit comments