Is it possible to transfer the glide app to an android reminder app?

I created a medication reminder app in glide but it needed more complex coding to make the notification work. I am not an expert with coding. I hired someone to make an IOS version and it is available in the app store. My question: Can someone take the glide app features/coding to create an android version with notifications or do they to start from scratch to created the android version with notifications? Thanks for your help.

Glide apps are progressive web apps, not iOS or Android native apps. Progressive web apps are not typically distributed in app stores, but they can be.

So to answer your question:

You cannot export the code of your Glide app. But you can use the Glide app as a prototype and develop it from scratch for iOS and/or Android.

You might not be aware, but notifications are available as a feature in Glide. They are still in beta but they are available. You can activate them in the dashboard at the team level under ‘Preview features’. Before developing anything from scratch, you could try implementing notifications in your app.