Hey Riley, thank you for sorting everything out in the video! It was really useful!
@Saterata139 ай бұрын
`App Setup` was changed to `Configuration` in Shopify partners. That Aside, thank you for changing the API layout naming to somewhat familiar Shopify layout :)
@gadget_dev9 ай бұрын
Thanks for the info! The video is a tad dated and both Shopify and Gadget have changed since it was released. I'll add a note to the video description!
@עידושמשון-ר7ש11 ай бұрын
Thank you so much for that!
@gadget_dev7 ай бұрын
🙌 you're welcome
@justdoitk11 ай бұрын
Amazing, how do you check how many days are left for an app with trialDays?
@gadget_dev11 ай бұрын
We have our billing templates available here: gadget.dev/resources/templates?category=Feature In these templates, we track the `usedTrialMinutes` on the `shopifyShop` model, and there are helper functions in `shopifyShop/helpers/trialCalculations.js` (backend) and `frontend/utilities/trialCalculations.js` (frontend) that can be used to check current trial minutes used against the available trial time on a plan
@fullstackmarketing24711 ай бұрын
Amazing!
@gadget_dev7 ай бұрын
Thank you!
@saiyamgambhir6 ай бұрын
How can we convert a app already buitl on vue 3 and using php larvel rest api connection. Can we have a connection to our own database?
@gadget_dev6 ай бұрын
Right now we don't allow connections to external databases. You would need to migrate existing data using a Gadget app's API (which you would generate by adding various data models) and then bulk create items in the db. If you want to chat more about this, feel free to jump in our Discord (ggt.link/discord). We have done migrations before have have a solutions engineering team that would be happy to help!
@עידושמשון-ר7ש11 ай бұрын
Where is the discord server link?
@gadget_dev11 ай бұрын
Thanks for pointing out the missing link! Our Discord can be accessed at ggt.link/discord and it's been added to the video description
@zohremusavi4 ай бұрын
Hello, where can I see how to make an app in Shopify through Gadget from basic to advance? Please help me, I don't have enough knowledge about coding 😢😢🙏🏻🙏🏻
@karimpanacci4 ай бұрын
I think you should first learn to coding and only then learn to create a Shopify app
@gadget_dev4 ай бұрын
Gadget is a platform for app developers and you'll need to know a bit of Javascript and React before getting started. There are plenty of good (and free) online resources and courses you can look into including freeCodeCamp (www.freecodecamp.org/), Harvard's CS50 course (pll.harvard.edu/course/cs50-introduction-computer-science), or The Odin Project (www.theodinproject.com/)
@chatgpt-phantom10 ай бұрын
I wish I could code with svelte, not react
@gadget_dev7 ай бұрын
😅
@danielgarcia-dx1vf3 ай бұрын
Nice
@pradiprupareliya74787 ай бұрын
Awesome
@gadget_dev7 ай бұрын
🙌
@neimerhamad54249 ай бұрын
totally free?
@gadget_dev9 ай бұрын
Free to start! Gadget has a hobby plan that allows you to start building and deploy a production app without entering any kind of billing information, so long as you stay under the usage limits. You can check out our pricing page for more info: gadget.dev/pricing