Skip to content

Commit d058d93

Browse files
authored
remove crashlytics (firebase#835)
1 parent 9615cc6 commit d058d93

File tree

18 files changed

+1
-961
lines changed

18 files changed

+1
-961
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ This quickstart sample demonstrates using **Cloud Functions** triggered by **Fir
5454

5555
This quickstart sample demonstrates using **Cloud Functions** triggered by **PubSub events**. The functions log the PubSub payload in a Hello world message.
5656

57-
### [Crashlytics trigger quickstart: Crashlytics Email Notifier](/crashlytics-integration/email-notifier)
58-
59-
This quickstart sample demonstrates using **Cloud Functions** triggered by **Crashlytics**. The functions send an email when there is a new issue in an important conversion flow.
60-
6157
### [Test Lab trigger quickstart: Log when a matrix completes](/quickstarts/test-complete)
6258

6359
This quickstart demonstrates how to trigger a function in response to the
@@ -249,16 +245,6 @@ Uses a Storage trigger.
249245
Build a simple online / offline status indicator for your users by leveraging Firestore and Realtime Database together.
250246
Uses a Realtime Database trigger.
251247

252-
### [Create Jira Issue upon new Crashlytics issue](/crashlytics-integration/jira-issue)
253-
254-
Automatically creates a new issue in your Jira project when a new issue is reported in Crashlytics.
255-
Uses a Crashlytics trigger.
256-
257-
### [Notify a Slack channel upon new Crashlytics issue](/crashlytics-integration/slack-notifier)
258-
259-
Automatically sends a Slack notification to a specific Slack channel when a new issue is reported in Crashlytics.
260-
Uses a Crashlytics trigger.
261-
262248
### [Publish Models to Firebase ML](/publish-model)
263249

264250
Automatically publishes models to Firebase ML for each TensorFlow Lite file that is uploaded to Firebase Storage.

coupon-on-purchase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ This sample can be tested on your Android and iOS app. To test it out:
2323

2424
- Set the project to your Firebase project using `firebase use --add` then select your projec tin the list.
2525
- Deploy your project using `firebase deploy`
26-
- Make your app crash (somehow).
26+
- Make your app trigger the `in_app_purchase` event (somehow).
2727
- Within a few hours the coupon will be sent by an FCM notification.

crashlytics-integration/email-notifier/README.md

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

crashlytics-integration/email-notifier/firebase.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

crashlytics-integration/email-notifier/functions/.eslintrc.json

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

crashlytics-integration/email-notifier/functions/index.js

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

crashlytics-integration/email-notifier/functions/package.json

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

0 commit comments

Comments
 (0)