File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11import { makeChange , wrap , mockConfig } from './main' ;
22import * as analytics from './providers/analytics' ;
3+ import * as auth from './providers/auth' ;
34import * as crashlytics from './providers/crashlytics' ;
45import * as database from './providers/database' ;
56import * as firestore from './providers/firestore' ;
@@ -11,6 +12,7 @@ export interface FeaturesList {
1112 wrap : typeof wrap ;
1213 makeChange : typeof makeChange ;
1314 analytics : typeof analytics ;
15+ auth : typeof auth ;
1416 crashlytics : typeof crashlytics ;
1517 database : typeof database ;
1618 firestore : typeof firestore ;
@@ -23,6 +25,7 @@ export const features: FeaturesList = {
2325 wrap,
2426 makeChange,
2527 analytics,
28+ auth,
2629 crashlytics,
2730 database,
2831 firestore,
You can’t perform that action at this time.
0 commit comments