Glide Apps: Create Premium Membership Apps w/ Payhere.co

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 79

  • @svbuchanan
    @svbuchanan 3 года назад +1

    oh my gosh. just discovered you while taking a class to learn Glide. I accomplished more going through the first half of this video over 2 days than in a week of hunting through resources. Stellar! Thank you!

  • @dreamcatcher3685
    @dreamcatcher3685 3 года назад +4

    Brilliant thorough walk through Robert. Seems you’ve cracked the code most have been looking for with glide. Cheers!

  • @svbuchanan
    @svbuchanan 3 года назад +1

    Tip for anyone who sees this video and does the tutorial full on, he didn't cover the columns on the Google Sheet but thankfully he does show it! So to set it up correctly, just freeze the screen and copy the columns into your G Sheet.

  • @GospelMusicians
    @GospelMusicians Год назад

    Much better to use Airtable as the database, because Make/Integromat has an Upsert function that automatically updates and/or creates.

    • @RobertPetittoWA
      @RobertPetittoWA  Год назад

      Good idea! I have a 3-part course that shows how to achieve this in Glide Tables. The problem with using Sheets/AirTable is that there’s a significant delay from the time users subscribe to the time the changes are reflected in the app. Using Glide Tables API mitigates that delay. If interested here’s the course:
      rpetitto.gumroad.com/l/monetizeglide

  • @abnercricket
    @abnercricket 2 года назад +3

    jeezuz christ man my brain 🔥🧠💨

  • @melxworld9589
    @melxworld9589 3 года назад +1

    Hello! I followed your steps yet my NEXT payment time stamp only recorded for the first subscription but not the remainder. Any wonder why?

  • @patriciahamilton1731
    @patriciahamilton1731 3 года назад

    Great Video, thank you very much!! How did you add the Icon in the If Then Else Dialog box for Premium and Free content?

  • @wareairaviationservicesllc4933
    @wareairaviationservicesllc4933 2 года назад

    Great video, I wish I knew this as well as you do. Question, do you think Glide can support a large number of subscription users like 10k or more?

    • @RobertPetittoWA
      @RobertPetittoWA  2 года назад +1

      It can support it yes, but until Glide allows us to have unlimited rows, you'll eat up your row quota fairly quickly.

  • @katrinasukhanova5350
    @katrinasukhanova5350 3 года назад

    Thank you so much! Amazing tutorial!
    Just wondering - if I want to introduce several payment plans to the app (like a 3-month subscription, or a 6-month one) for users to choose from, should I make a separate sheet with the links? Or just add all the links to the "Users" sheet and then add "Buy X-month subscription" buttons to the screen, with the relevant link attached to them? And would I need to create a different Integromat scenario for each?
    Thanks in advance!

  • @wiseguyfittness
    @wiseguyfittness 2 года назад +1

    Stripe is not available in my country could you please, please make a video showing how to do this with Paystack?

    • @RobertPetittoWA
      @RobertPetittoWA  2 года назад +1

      I’ll see what I can do. Not sure if Paystack is embeddable in Glide, but I’ll take a look.

    • @awesomedigitalservices
      @awesomedigitalservices 2 года назад

      Hello and thx a lot for your video. I hâve the same problem. Stripe is not available in my country. Is it possible to do same thing with PayPal please ?🙏.

  • @patriciahamilton1731
    @patriciahamilton1731 3 года назад

    Also, in your spreadsheet what are the column names for the subscription sheet? I can't see it's blurry in the video. Thank you

  • @willembutler5589
    @willembutler5589 3 года назад

    Hi Robert, great tutorial! Really helpful. Would you have any idea on how to go about building a multi vendor marketplace in Glide?

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      I don't, unfortunately. Glide doesn't support marketplace apps.

  • @rushilchopra
    @rushilchopra 3 года назад

    Thanks Robert, This is great!! Is there a way to make a membership page when you sign up?

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      Check out Episode 1 of my Gamification reboot. Will give you some ideas regarding onboarding.

  • @thesoundsleepsanctuary9696
    @thesoundsleepsanctuary9696 Год назад

    I think you skipped a step. I could not follow on from the adding a sheet because you did not show how your Google sheet was set up for subscriptions. Can you help me?

    • @RobertPetittoWA
      @RobertPetittoWA  Год назад

      You should be able to pause the video and recreate the columns, no?

    • @RobertPetittoWA
      @RobertPetittoWA  Год назад

      Also, this is an older video of mine and I have new methodology of integrating payhere with glide:
      Https://rpetitto.gumroad.com/l/monetizeglide

  • @melvinjongen1697
    @melvinjongen1697 Год назад

    Hey Robbert can you make an update video on this membership video with api call :)

  • @oliviathe0wl
    @oliviathe0wl Год назад

    This is such a breeze to follow! Worked for me much easier than using Glide tables.

    • @RobertPetittoWA
      @RobertPetittoWA  Год назад

      This works for sure, but you sacrifice turnaround time from the time the user makes a purchase to the time you see it in the app.

  • @wiseguyfittness
    @wiseguyfittness 2 года назад

    Thanks for the video. Could you make a video showing how to limit the number of items before a user needs to subscribe. So for example Mon the free tier they can only add or create one item and then if they need to add more they need to subscribe to a paid plan. An example would be on a fleet management app they can only add one vehicle but need to be on a paid plan to add more.

    • @RobertPetittoWA
      @RobertPetittoWA  2 года назад +1

      This is doable. Allow them to add to a log of items. In the user sheet, create a relation to those items. Add a roll up column to total number of items. Create an if-then-else column called "can add more" that checks
      1. it they're a paid member, then true
      2. if total items

  • @HausiaCampbellUnbrokenPerforma

    Have you done a video on chat and messaging?

    • @RobertPetittoWA
      @RobertPetittoWA  Год назад

      I haven't only because it's not scalable in Glide (and because push notifications aren't available yet). I will in due time.

  • @crjimmycr
    @crjimmycr 2 года назад

    Hi Robert!
    I purchased your Exam App and wanted to add this feature, but for some reason I'm not getting the "timestampNextPayment" column filled whenever there's a purchased made.
    I did everything as you explained it on integromat but it's not working.
    Could you help me out?

    • @RobertPetittoWA
      @RobertPetittoWA  2 года назад

      Hm...ya, that timestamp doesn't come in every time. Might need to create the logic manually using math columns.

    • @Cameraville
      @Cameraville 2 года назад

      I also do not have data for "timestampNextPayment".
      Robert - a pesky addition is now present on the google sheet add or edit row action which forces you to define "Row Number" where the data will be written to. I have found that selecting the green choice of "Row Number" as the value is equal to the 'next row number'.

  • @dominiquescott4157
    @dominiquescott4157 3 года назад

    Do you also have classes. Id like to get a private class if possible im having a minor problem with my glide app and this pay here part of it for the subscriptions.please help im so close to launching my app.

  • @jarrellgreen2758
    @jarrellgreen2758 3 года назад

    Thanks for this tutorial Robert. Immensely helpful! However, when I began the app I am developing I selected glide table, instead of the google sheet option( I found this video after I made the selection). Is there a way for me to add this now so my users can still pay for subscriptions?

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      Hm. I don’t think so as Glide tables don’t interface with any sort of APIs or outside automations yet.

  • @rahnaescott1230
    @rahnaescott1230 3 года назад

    I cant seem to find the subscription part I only see membership plan can i get some help?

  • @unknownuser-rp3gd
    @unknownuser-rp3gd 3 года назад

    Can you add the Excel Demo?

  • @serhadiletir2403
    @serhadiletir2403 3 года назад

    Hi Roberto,
    Do you think same system work with Gumroad membership?

  • @SeC0nD_ChAnCE
    @SeC0nD_ChAnCE 3 года назад

    i have a query here. Once i have created that payment system where everyone can subscribe using that system then where does that money goes. Does it stay in my app?? I mean how do i extract that money to my bank account from the customers.

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      When using Payhere, you get paid via Stripe integration...the app itself doesn't handle or store payment information

  • @awesomedigitalservices
    @awesomedigitalservices 2 года назад

    Thx a lot for the video. Stripe isn’t available in my country. Can I build a membership paid app with paypal ?

    • @RobertPetittoWA
      @RobertPetittoWA  2 года назад +1

      Yes, but it won’t be embedded in the app, you’d need to send users outside of your app to pay.

    • @awesomedigitalservices
      @awesomedigitalservices 2 года назад

      @@RobertPetittoWA thx for your answer. No problem for me. If I can send theme to make the payement and then have their payment info on my Google sheet, it will be a great. Can you please do a video for that ? 🙏

  • @Gilotopia
    @Gilotopia 3 года назад

    This is great. Can it integrate with stripe connect too?

  • @chan1111ful
    @chan1111ful 3 года назад +1

    This is gold :)

  • @sylvanprice7767
    @sylvanprice7767 3 года назад

    Hi Robert, hope all is well. Is there a way to have the payment link open within the Glide app instead of opening up a browser? It is kind of annoying to have to then close out or back out of the browser to get back to the app...

    • @sylvanprice7767
      @sylvanprice7767 3 года назад +1

      Ok, got it figured out... will use a webview to embed the payment link.

  • @sherlock27
    @sherlock27 3 года назад +1

    Amazing! Thanks

  • @Milupa5
    @Milupa5 2 года назад

    How do I allow them to cancel the subscription? I think it has to be offered legally

    • @RobertPetittoWA
      @RobertPetittoWA  2 года назад

      I typically do one of three things.
      1 - provide a generic link to Payhere’s customer portal. When they sign in, the can cancel the subscription.
      2 - build in a “send me a message to cancel your subscription” feature. When messages come in, I go to Payhere to cancel.
      3 - build in an auto cancellation feature using Payhere API (probably best experience but trickiest to accomplish)

    • @Milupa5
      @Milupa5 2 года назад

      @@RobertPetittoWA Thanks for your reply.. I'm currently experimenting with Stripe's built in customer portal link where you have a history of purchases and can manage subscriptions. The email can be passed through similarly as when purchasing. I like this so far since you can apply custom brand as well.
      docs/customer-management/activate-no-code-customer-portal

  • @kyoteam8739
    @kyoteam8739 3 года назад

    11:57 When creating the LINK Button GLIDE does not show me anything on the screen, any suggestions

    • @gideonlahav
      @gideonlahav 2 года назад

      You are on Glide free plan probably

  • @gamelogicShortage
    @gamelogicShortage 4 месяца назад

    can i please use you google sheet template ?

    • @RobertPetittoWA
      @RobertPetittoWA  4 месяца назад

      I don’t have this template anymore because it was built with a classic app

  • @sylvanprice7767
    @sylvanprice7767 3 года назад

    Will this send the update to Google Sheets if I have a 1-month trial period? No money has actually passed so how does it update? I understand during the testing I should not have a trial period but when I do live...

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      Yes. Subscription data will pass to the sheet, just not payment information.

    • @sylvanprice7767
      @sylvanprice7767 3 года назад +1

      @@RobertPetittoWA Ok great thanks. You are amazing! Love your vids!

  • @adriasole3902
    @adriasole3902 3 года назад

    Is there a way for user in order to cancel the suscription? I mean if they don't want to resuscribe the next month.

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      Yep! Customers get an automated email with a link to manage their subscription

    • @adriasole3902
      @adriasole3902 3 года назад +1

      @@RobertPetittoWA And when they cancel the subscription it triggers integromat to update the status?

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад +1

      @@adriasole3902 sure does!

  • @elmalawxtv4566
    @elmalawxtv4566 Год назад

    Can you use payhere in Nigeria

  • @abramespinoza7803
    @abramespinoza7803 3 года назад

    Hey how much do you charge for a glide app?

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      Depends. Shoot me an email and we’ll talk: robert.petitto@woodward.edu

  • @janlysperez
    @janlysperez 3 года назад +1

    👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽

  • @unknownuser-rp3gd
    @unknownuser-rp3gd 3 года назад

    I became a member, sent a message and still no response.... Do you have business hours?

    • @RobertPetittoWA
      @RobertPetittoWA  3 года назад

      Oh no! Sorry I missed your message! Email me directly here: robert.petitto@woodward.edu

    • @unknownuser-rp3gd
      @unknownuser-rp3gd 3 года назад

      @@RobertPetittoWA I did 😂. Trying again

  • @reinaldozancoper
    @reinaldozancoper 3 года назад +1

    👏👏👏 TOP

  • @dagreenboi
    @dagreenboi 2 года назад

    19:36