If anyone is struggling to have their permissions updated, I had to execute the following before building the app: npm run shopify app config push ..Your video has been helping me a lot. Thank you.
Hey man,love the way you teaching. It is really helping me to understand how API works. I have one question how can I add a script tag. The src attribute not understanding.
Hey man, love the content, it's really helping me out as a newbie Shopify Dev. Quick question for you, are you all self taught or are there any resources you subscribe to? Like online classes, tutorials, etc. that I might be able to take advantage of as well. Thanks in advance!
I have been following this series, sometimes you use regular "fetch" function to call the api and others you use "useAuthenticatedFecth", When is the right occasion to use which one?
do shopify provide system to integration of custom payment gateway in store consider I had purchase a payment gateway and want to use that gateway only for my website in shopify how this can be down do shopify provide any API for it
You rushed through the last part, creating the product with the form title. This is the part of the video I wanted to see as I could not get it to work correctly. Could you go more into this please?
BRO can you please make a seperate video to display the data on browser from api..this video is lil complicated. please make a video straight forward how to display data without using any polaris if possible...
One doubt: For node we are here using GraphQL right, so how to save data in DB? Like if we need custom DB then what todo? Normally I use mongo with nodejs for my web apps. but here on polaris both the front and backend is with same project. I saw a database.sqlite file on project folder of polaris project. Can we do all sql operations without a dedicated database server?
Very good video bro, please don't always highlight why you are increasing the size. If needed just explain the steps you are doing to expand the window when you do it on first time. No need to explain every time when you increase the text size and hiding the terminal blah blah! 😁
Hi! I am a new shopify engineer. This video was very easy to understand. Is there any way to display the current number of visits on the site using api? I looked at the shopify documentation and could not figure out how to get the number of accesses...
If anyone is struggling to have their permissions updated, I had to execute the following before building the app: npm run shopify app config push ..Your video has been helping me a lot. Thank you.
Hello. Thank you for making videos. Waiting for the part 4.
it's very useful for me thanks alot
Hey man,love the way you teaching. It is really helping me to understand how API works. I have one question how can I add a script tag. The src attribute not understanding.
Waiting for part 4
Hi your video is awesome!! when will be the next :video will come
Amazing!!! thank you
Thank you!
Hey man, love the content, it's really helping me out as a newbie Shopify Dev.
Quick question for you, are you all self taught or are there any resources you subscribe to? Like online classes, tutorials, etc. that I might be able to take advantage of as well.
Thanks in advance!
I have been following this series, sometimes you use regular "fetch" function to call the api and others you use "useAuthenticatedFecth", When is the right occasion to use which one?
do shopify provide system to integration of custom payment gateway in store consider I had purchase a payment gateway and want to use that gateway only for my website in shopify how this can be down do shopify provide any API for it
Can you some share link to part 4
You rushed through the last part, creating the product with the form title. This is the part of the video I wanted to see as I could not get it to work correctly. Could you go more into this please?
How did you got the URL for "Customer data request endpoint". I am Stuck at the starting of the toturial.
hey can you make a vidoe how we can register or subscribe to orders create webhook?
Hey Man great work can you guide How we can make bundle of products using graphQL admin API and provide discounted products to our customer ?
also can u have some subscription app ?
BRO can you please make a seperate video to display the data on browser from api..this video is lil complicated. please make a video straight forward how to display data without using any polaris if possible...
Thank you for Amazing Videos., Can you please cover similar series or different using Laravel instead of Node ?
Thank you! That’s a good suggestion! I will think about doing a remaster for php with lavarel after we are node with nodejs 🤝
One doubt: For node we are here using GraphQL right, so how to save data in DB? Like if we need custom DB then what todo? Normally I use mongo with nodejs for my web apps. but here on polaris both the front and backend is with same project. I saw a database.sqlite file on project folder of polaris project. Can we do all sql operations without a dedicated database server?
Just connect your db normally to your server with express. Then u can access the data from the frontend
when next tutorial is stream ?
Very good video bro, please don't always highlight why you are increasing the size. If needed just explain the steps you are doing to expand the window when you do it on first time. No need to explain every time when you increase the text size and hiding the terminal blah blah! 😁
tysm
hey ! where can I contact you for freelance work ? Cheers
You can send me an email rickmartini456gmail.com
Hi!
I am a new shopify engineer.
This video was very easy to understand.
Is there any way to display the current number of visits on the site using api?
I looked at the shopify documentation and could not figure out how to get the number of accesses...
So unclear sometimes, and the code from github doesnt really work