# How and where to add custom code?

**URL:** https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999
**Category:** Ask for Help
**Created:** [May 22, 2023, 6:26am UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999 "2023-05-22T06:26:58Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Dotstory\_Admin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dotstory_admin/32/46941_2.png) [@Dotstory\_Admin](https://community.glideapps.com/u/Dotstory_Admin)
#### Post date: [May 22, 2023, 6:26am UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/1 "2023-05-22T06:26:58Z")

</div>

Hi, I need to add custom code to allow my glide app convertated into a web app to allow deeplinks

Here is the code,

[  
{  
“relation”: [“delegate\_permission/common.handle\_all\_urls”],  
“target”: {  
“namespace”: “android\_app”,  
“package\_name”: “suite23\_dotstory.in”,  
“sha256\_cert\_fingerprints”:  
[“BA:66:89:D3:38:C3:6D:B9:04:56:39:99:A7:BF:93:83:F4:67:93:40:A8:95:7C:E2:38:9A:0D:F3:A8:FB:B5:3C”]  
}  
}  
]

And also the codes written here [Push Notification - WebToNative](https://docs.webtonative.com/javascript-apis/push-notification)

Where should I add this ?

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [May 22, 2023, 6:29am UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/2 "2023-05-22T06:29:33Z")

</div>

This is not a code… this is a JSON file… you need a handler code for it… and the link you have… will not do it… also Glide App is already a Web App… so what are you trying to do?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [May 22, 2023, 6:36am UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/3 "2023-05-22T06:36:06Z")

</div>

> [@Dotstory\_Admin](#):
>
> need to add custom code to allow my glide app convertated into a web app

A Glide App _IS_ a Web App. Do you mean converted to a _native_ App?

There is no way to inject code into a Glide App, other than via the JavaScript column or an external code column. And I doubt that either of those will help in this case.

You might struggle to find support for that here. It’s not something that is encouraged or supported by Glide, and if you choose to do it you’re generally on your own.

---

<div class="post-metadata">

### Author: ![Dotstory\_Admin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dotstory_admin/32/46941_2.png) [@Dotstory\_Admin](https://community.glideapps.com/u/Dotstory_Admin)
#### Post date: [May 22, 2023, 6:51am UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/4 "2023-05-22T06:51:44Z")

</div>

We have converted our Glide app into a native webview app for android

---

<div class="post-metadata">

### Author: ![Dotstory\_Admin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dotstory_admin/32/46941_2.png) [@Dotstory\_Admin](https://community.glideapps.com/u/Dotstory_Admin)
#### Post date: [May 22, 2023, 6:53am UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/5 "2023-05-22T06:53:26Z")

</div>

We converted our glide app into a native Android web view app so there we are trying to set up one signal push notification

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 22, 2023, 11:19pm UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/6 "2023-05-22T23:19:57Z")

</div>

Is there a reason you don’t use Glide’s notifications integration?

---

<div class="post-metadata">

### Author: ![Dotstory\_Admin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dotstory_admin/32/46941_2.png) [@Dotstory\_Admin](https://community.glideapps.com/u/Dotstory_Admin)
#### Post date: [May 30, 2023, 1:56pm UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/7 "2023-05-30T13:56:01Z")

</div>

Because they cant be triggered when a row is updated or added or using a webhook. Our sheets are updated using a different app. It wont trigger

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 30, 2023, 1:56pm UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/8 "2023-05-30T13:56:33Z")

</div>

Gotcha. Fair use case.

---

<div class="post-metadata">

### Author: ![Dotstory\_Admin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dotstory_admin/32/46941_2.png) [@Dotstory\_Admin](https://community.glideapps.com/u/Dotstory_Admin)
#### Post date: [May 30, 2023, 2:07pm UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/9 "2023-05-30T14:07:24Z")

</div>

Yeah, Can you help with the above query?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 30, 2023, 11:24pm UTC](https://community.glideapps.com/t/how-and-where-to-add-custom-code/61999/10 "2023-05-30T23:24:24Z")

</div>

> [@Darren\_Murphy](#):
>
> There is no way to inject code into a Glide App, other than via the JavaScript column or an external code column. And I doubt that either of those will help in this case.

I don’t have anything to add, my thoughts are the same as Darren.
