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: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,13 @@ npm i
27
27
28
28
- Run `npm start`
29
29
30
+
- Create your webhook URL:
31
+
1. Go to your Stream dashboard
32
+
2. Select your app
33
+
3. Select **Chat** > **Overview** in your nav menu
34
+
4. Under **Realtime** in the **Webhook URL** field, enter your **ngrok** URL with `/auth/handlewebhook` (e.g. `https://XXX.ngrok.io/auth/handlewebhook`)
35
+
4. Click **Save**
36
+
30
37
- See the [backend repo](https://github.com/ZPain8464/google-int-react-be) to wire up with your endpoints.
0 commit comments