You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: POSTINSTALL.md
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,3 @@
1
-
## ⚠️ If you're having troubles during installation ⚠️
2
-
The installation of v2 functions might fail for projects that have never used v2 functions.
3
-
4
-
It will eventually be fixed on Firebase side, but for now, if you run into errors during install run these commands (or perform equivalent actions via cloud console) and try again:
There is a square Firebase icon under the [`/icons/`](./icons) folder that you
21
-
can use for your webhook avatar. Use this permalink to the image: [https://github.com/oddbit/firebase-alerts/raw/main/icons/firebase.png](https://github.com/oddbit/firebase-alerts/raw/main/icons/firebase.png)
9
+
There is a square Firebase icon under the [`/icons/`](https://github.com/oddbit/firebase-alerts/raw/main/icons)
10
+
folder that you can use for your webhook avatar. Use this permalink to the image: [https://github.com/oddbit/firebase-alerts/raw/main/icons/firebase.png](https://github.com/oddbit/firebase-alerts/raw/main/icons/firebase.png)
22
11
23
12
24
13
## Configuring apps
@@ -34,7 +23,7 @@ Create one document for each of your Firebase app ids in a collection named
34
23
-`github` - Optional object for github info
35
24
-`repo` - Repository owner and name (e.g. `oddbit/firebase-alerts`)
36
25
37
-
For web apps, the `bundleId` is a random string that you will have to look for in
26
+
For web apps, the `bundleId` is a string that you will have to look for in
38
27
URL when you are selecting the web app in the Firebase settings page.
39
28
40
29
Look for the last part of the URL where `web-app-bundle-id` is your
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ It's easy and fun to develop new webhook plugins. All you need to do is to
19
19
declare your new plugin and create a new class that extends the abstract
20
20
[`Webhook`](./functions/src/models/webhook.ts)
21
21
22
-
Have a look at the existing plugin(s) under [`functions/src/webhook-plugins/`](./functions/src/webhook-plugins)
22
+
Have a look at the existing plugin(s) under [`functions/src/webhook-plugins/`](https://github.com/oddbit/firebase-alerts/tree/main/functions/src/webhook-plugins)
23
23
to see how an implementation can look like.
24
24
25
25
Create your new plugin alongside the existing plugins `your-new-plugin.ts`
@@ -30,4 +30,4 @@ export class YourNewPluginWebhook extends Webhook {
30
30
}
31
31
```
32
32
33
-
Registering the new plugin in the method [`webhookPluginFromUrl()`](./functions/src/alerts/crashlytics.ts).
33
+
Registering the new plugin in the method [`webhookPluginFromUrl()`](https://github.com/oddbit/firebase-alerts/blob/main/functions/src/alerts/crashlytics.ts).
0 commit comments