Tinder Clone No-Code Tutorial 💕 | (New) GlideApps

2024 ж. 17 Мам.
4 213 Рет қаралды

Grab a copy of this Tinder template 👉 grumo.com/swipe
Learn how to build a Tinder-like app without coding using the new Glide apps. We'll use buttons to like/dislike profiles instead of the deprecated Swipe Component. The final app will be much more efficient than the original version and will consume much less updates.
⚠️ DISCLAIMER: Please note that Glide has indicated that their platform is designed for businesses and is not ideal for creating large consumer apps. I would suggest using this template only for testing purposes with a limited audience.
For more info on Glide's plans and limitations please visit their pricing page → glideapps.com/pricing
TIMESTAMPS:
00:00 - Intro
00:21 - Project overview
01:36 - Create a new Glide project
03:36 - Filter results that match user's search criteria
09:34 - Create filtered results array
12:34 - Manipulate results array to extract the next available profile
16:43 - Design "swipe" screen
19:12 - Add buttons to Like/Dislike a profile
25:33 - Create profile liking logic
32:37 - Create profile match logic
40:44 - Design match screen
44:41 - Create a matches tab
51:39 - Create filter settings screen
58:32 - Final app overview
58:58 - Get a copy of this template at → grumo.com/swipe
Learn to build apps without coding using Glide → grumo.com/goglide
Thanks for watching!
Miguel @GRUMO

Пікірлер
  • Grab a copy of this Tinder template 👉 grumo.com/swipe Learn how to build a Tinder-like app without coding using the new Glide apps. We'll use buttons to like/dislike profiles instead of the deprecated Swipe Component. The final app will be much more efficient than the original version and will consume much less updates. ⚠ ATTENTION: Please note that Glide has indicated that their platform is designed for businesses and is not ideal for creating large consumer apps. I would suggest using this template only for testing purposes with a limited audience. For more info on Glide's plans and limitations please visit their pricing page → glideapps.com/pricing TIMESTAMPS: 00:00 - Intro 00:21 - Project overview 01:36 - Create a new Glide project 03:36 - Filter results that match user's search criteria 09:34 - Create filtered results array 12:34 - Manipulate results array to extract the next available profile 16:43 - Design "swipe" screen 19:12 - Add buttons to Like/Dislike a profile 25:33 - Create profile liking logic 32:37 - Create profile match logic 40:44 - Design match screen 44:41 - Create a matches tab 51:39 - Create filter settings screen 58:32 - Final app overview 58:58 - Get a copy of this template at → grumo.com/swipe Learn to build apps without coding using Glide → grumo.com/goglide Thanks for watching!

    @GRUMO@GRUMO Жыл бұрын
    • hey Grumo, does the template have onboarding/profile setup and chat integrated?

      @ZoroasterIII@ZoroasterIII3 ай бұрын
    • @@ZoroasterIII Yes. I updated this template and now new users are asked to setup their profile and search preferences. Also there is a chat enabled when a match happens.

      @GRUMO@GRUMO3 ай бұрын
  • thank you Grumo, this tutorial of yours helped me how to transfer the old applications that used swipe function in the new version of Glide!!

    @VjeraBA@VjeraBA Жыл бұрын
    • Yeah! 🙌

      @GRUMO@GRUMO Жыл бұрын
  • hey Grumo this is epic mate congrats bruv

    @Powermoves700@Powermoves7007 ай бұрын
    • Thanks!

      @GRUMO@GRUMO7 ай бұрын
  • Thanks for the video. That's amazing!! Please how can we add and customize a pricing table to monetize the app?

    @user-ve9kh4bk9i@user-ve9kh4bk9i7 ай бұрын
    • You're welcome! I wouldn't recommend using Glide to build a Tinder-like app unless you plant to offer it to a very reduced number of people. This is because Glide's pricing is based on updates and a Tinder app would incur many updates quickly. To monetize the app, you'd need to create a table with pricing plans and them update the user's table indicating if that user had paid or not.

      @GRUMO@GRUMO7 ай бұрын
  • If I buy this, can I modify and publish some of the contents, and is everything already a ready-made application?

    @AsrnKutayIlki-gi5ri@AsrnKutayIlki-gi5ri Жыл бұрын
    • Yes, it’s ready to go, but to modify it, you need to understand how to use Glide.

      @GRUMO@GRUMO Жыл бұрын
  • Hi Grumo! It's been an incredible help and a grat video! The thing is, it's not really well implemented because when you click on "next" it goes to another page and then you can tap con the arrow to "go back". I tried to find a workaround but with no avail. Thanks again!

    @Ramenedish@Ramenedish11 ай бұрын
    • Thank you! you can fine tune what happens when you click the Next button by modifying the custom action attached to it.

      @GRUMO@GRUMO11 ай бұрын
  • Thank you so much

    @ELITEOUTLIERS_TEAM@ELITEOUTLIERS_TEAM4 ай бұрын
    • You're most welcome

      @GRUMO@GRUMO4 ай бұрын
  • Can this be scaled as well as use push notifications?

    @wimatch5684@wimatch568411 ай бұрын
    • Yes. You can scaled it using Big Tables that can host up to 10 million rows. Also, there are push notifications available. However, note that you'll need to upgrade to a paid plan to have access to more data.

      @GRUMO@GRUMO11 ай бұрын
  • Great stuff, but i am curios, how do the chat/ message each other?

    @smartevents7428@smartevents7428 Жыл бұрын
    • You can create a new table to store chats once a match is made.

      @GRUMO@GRUMO Жыл бұрын
  • Thanks for the video. Could you please do an updated video with a chat integrated? Is it possible?

    @ishy2217@ishy2217 Жыл бұрын
    • Yes. It’s on the works

      @GRUMO@GRUMO Жыл бұрын
    • @@GRUMO when the video comes out I will buy it immediately!

      @tcdev1397@tcdev139710 ай бұрын
    • @@tcdev1397 Done! I added the chat component after a match happens.

      @GRUMO@GRUMO10 ай бұрын
    • @@GRUMO hi I just purchased it :) looking forward to use it. Where can I find the chat component ? Thanks !

      @ourydiallo7462@ourydiallo74629 ай бұрын
    • @@ourydiallo7462 Thank you!

      @GRUMO@GRUMO9 ай бұрын
  • How come you don’t use row owners?

    @oliviathe0wl@oliviathe0wl11 ай бұрын
    • If you use row owners you wouldn’t be able to see any other profiles unless you make a copy of the Users table to store profiles. This is actually a good practice as the copies table can omit any information you want to keep private as users emails.

      @GRUMO@GRUMO11 ай бұрын
    • @@GRUMO Thanks for the quick reply. Do you have any videos where you do this? Still trying to get my head around it

      @oliviathe0wl@oliviathe0wl11 ай бұрын
    • @@oliviathe0wl I don't at this moment. But basically, every time a new profile is created you need to add a custom action that duplicates that user automatically (minus any private information) into the secondary users table.

      @GRUMO@GRUMO11 ай бұрын
  • This is great but you were going WAY TOO FAST.

    @MomApprovedTV@MomApprovedTV5 ай бұрын
    • Sorry! You can slow down video playback too.

      @GRUMO@GRUMO5 ай бұрын
  • Please an uber clone

    @Train-Max@Train-Max Жыл бұрын
    • Cheers

      @GRUMO@GRUMO Жыл бұрын
KZhead