Skip to content

Commit 051984a

Browse files
authored
Remove crashlytics as it is no longer included in firebase-functions (#98)
Co-authored-by: Claudius Eisele <[email protected]>
1 parent 22ba3d1 commit 051984a

File tree

3 files changed

+0
-67
lines changed

3 files changed

+0
-67
lines changed

spec/index.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ describe('index', () => {
3939
'analytics',
4040
'auth',
4141
'cleanup',
42-
'crashlytics',
4342
'database',
4443
'firestore',
4544
'makeChange',
@@ -78,4 +77,3 @@ import './providers/scheduled.spec';
7877
// import './providers/https.spec';
7978
// import './providers/pubsub.spec';
8079
// import './providers/storage.spec';
81-
// import './providers/crashlytics.spec';

src/features.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { makeChange, wrap, mockConfig } from './main';
22
import * as analytics from './providers/analytics';
33
import * as auth from './providers/auth';
4-
import * as crashlytics from './providers/crashlytics';
54
import * as database from './providers/database';
65
import * as firestore from './providers/firestore';
76
import * as pubsub from './providers/pubsub';
@@ -13,7 +12,6 @@ export interface LazyFeatures {
1312
makeChange: typeof makeChange;
1413
analytics: typeof analytics;
1514
auth: typeof auth;
16-
crashlytics: typeof crashlytics;
1715
database: typeof database;
1816
firestore: typeof firestore;
1917
pubsub: typeof pubsub;
@@ -26,7 +24,6 @@ export const features: LazyFeatures = {
2624
makeChange,
2725
analytics,
2826
auth,
29-
crashlytics,
3027
database,
3128
firestore,
3229
pubsub,

src/providers/crashlytics.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)