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!
@ZoroasterIII11 ай бұрын
hey Grumo, does the template have onboarding/profile setup and chat integrated?
@GRUMO11 ай бұрын
@@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.
@rishtacornerАй бұрын
I purchased the template some time back but only recently did I start tinkering with it. I'ts actually really really impressive. The template also includes chat functionality when a match is made and options to effectively block another user from seeing profile. Really great video!!
@GRUMOАй бұрын
@@rishtacorner Thank you! 🙌
@VjeraBA Жыл бұрын
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!!
@GRUMO Жыл бұрын
Yeah! 🙌
@mardy686Ай бұрын
Awesome! But why is the link of your Tinder template not working?
@GRUMOАй бұрын
It should be working now → grumo.com/swipe
@Gangsterworldlife Жыл бұрын
hey Grumo this is epic mate congrats bruv
@GRUMO Жыл бұрын
Thanks!
@Ramenedish Жыл бұрын
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!
@GRUMO Жыл бұрын
Thank you! you can fine tune what happens when you click the Next button by modifying the custom action attached to it.
@roycetatio Жыл бұрын
Thanks for the video. That's amazing!! Please how can we add and customize a pricing table to monetize the app?
@GRUMO Жыл бұрын
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.
@smartevents7428 Жыл бұрын
Great stuff, but i am curios, how do the chat/ message each other?
@GRUMO Жыл бұрын
You can create a new table to store chats once a match is made.
@ahmelkinalexey363321 күн бұрын
Is it possible to merge tinder example with Chat application?
@GRUMO20 күн бұрын
Glide doesn't allow merging applications. It would have to be done manually.
@wimatch5684 Жыл бұрын
Can this be scaled as well as use push notifications?
@GRUMO Жыл бұрын
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.
@ThePrideofAnatolia Жыл бұрын
If I buy this, can I modify and publish some of the contents, and is everything already a ready-made application?
@GRUMO Жыл бұрын
Yes, it’s ready to go, but to modify it, you need to understand how to use Glide.
@ishy2217 Жыл бұрын
Thanks for the video. Could you please do an updated video with a chat integrated? Is it possible?
@GRUMO Жыл бұрын
Yes. It’s on the works
@tcdev1397 Жыл бұрын
@@GRUMO when the video comes out I will buy it immediately!
@GRUMO Жыл бұрын
@@tcdev1397 Done! I added the chat component after a match happens.
@ourydiallo7462 Жыл бұрын
@@GRUMO hi I just purchased it :) looking forward to use it. Where can I find the chat component ? Thanks !
@GRUMO Жыл бұрын
@@ourydiallo7462 Thank you!
@oliviathe0wl Жыл бұрын
How come you don’t use row owners?
@GRUMO Жыл бұрын
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.
@oliviathe0wl Жыл бұрын
@@GRUMO Thanks for the quick reply. Do you have any videos where you do this? Still trying to get my head around it
@GRUMO Жыл бұрын
@@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.