Hi first of all thanks for your tutorial. It is very helpful! Learned a lot from it and going to purchase. I have 1 tip to give you and that is to show us some previews in between after adding something so we can visually see what you did. It would be very helpful to do some checkpoint and show us some previews of what you did. Thanks!
Hello, great video! I actually purchased the full course but do you know how I could reset a limited amount of users shown or likes given by day? I have a limit but I haven’t been able to forgive out how to display another set of user after a day passes
Good question. Happy to help. You could create a data field under your user data type called something like 'daily limit' and set this field type to be a number. You can even set a default value of this to be 100. Then, each time a user swipes on a user, you could add an additional step within the workflow to increase the count of their daily limit by '1'. So this would be 'the current users daily limit +1'. Then if you'd like this limit to reset every day, you could use what's known as a backend workflow to reset the 'daily' limit for every user at midnight. Backend workflows are a slightly advanced feature, but it'll help you create the experience you're looking for. Hope this helps point you in the right direction!
I understand that managing large lists within a field becomes a nightmare if they exceed more than 100 records. If a user who chooses several users that he likes a day, say 20, in a matter of a few weeks he would easily exceed 1000. Then the question arises. The only way to filter users is with a list?
If you really wanted, you could create a dedicated data type for any entry that might form a long list. For example, you could create a dedicated 'like' data type. Within this, you can add a series of data fields to determine who the liked user is (the current Tinder pile's user), as well as who the person is that liked this person (the creator of the event). Then, you could perform a search through the likes where the creator = the current user, and the liked user = the Tinder pile's current user. Hope this helps 👍
Hi mate, thank you for your video and tutorial. I am wondering to ask you how to set up geolocation-based as parameter to identify users close by and match them. I need to create a match based on users geolocation. I look forward to hearing from you. Thank you in advance.
Happy to help where I can. Did you get a chance to watch this full video? When I build the home page, I add a geolocation filter on the data source for the Tinder pile element. This ensures that users are only shown user within a proximity someone sets.
Thanks a lot for this. Are there future courses/steps available? i couldn't find it on your site I dont think. My goal is to have a sort of foundation that I can then hire people to play with for my own customized company. As I went over the steps I added my own thing in some places haha Thanks again
Hi there, glad to hear you found this helpful 🙏 You can purchase a fully functioning template of Tinder app and rebrand it. I do have it on my website, find it here: buildingwithbubble.com/templates/
Sorry, another question--Does bubble allow such an app to search based upon scores? So I am interested in having a function where scores on a personality test searches for similar scores when it searches for potential matches. I imagine it would be like on Extraversion dimension, search for scores with 10 points from the Current User's score; same goes for Openness and Neuroticism and so on... this can be done?
Glad it could help! And I'm under the impression the issue might be caused by a default privacy setting that Bubble recently added to the user data type. If you watch from the 9:35 mark of this video (ruclips.net/video/sTdJ1SZYIgs/видео.html), it'll explain how to remove this privacy setting. Hope this helps!
@@BuildingWithBubble others told me it was that issue but I removed the privacy rules on the user data type and it is still not displaying data of the other users
@@roneilboodie6735 The only other thing you'll need to keep in mind is all of the constraints under the data source of the swipe pile. If you're filtering users by their sexual preferences, age, gender, and location, you'll need to make sure that there are in fact users in your app that meet all of a persons preferences. If there isn't, no users will be displayed.
@@BuildingWithBubble this makes sense. I am creating a landing page to register test users so I can have those details and see if it’ll populate with the given constraints I have currently
Yes, publishing an application is a relatively straightforward process. I'd recommend checking out this great tutorial from Bubble that walks through the steps involved: ruclips.net/video/1FkN8jxRyNg/видео.html Hope this helps!
Happy to help. When I preview the home page of the app, I personally like to remove some of the constraints within the data source. Things like the location constraint will obviously limit which users are displayed. Try and remove these constraints, run another preview of your app, then see if your demo accounts are displayed.
Hey Ese, I'm under the impression you shouldn't have any issues buying it within Nigeria. Feel free to shoot me an email at lachlan@buildingwithbubble.com and I'd be happy to help 👍
Hey Rob, unfortunately I don't sell templates. I found that templates can often add more confusion into the picture. Learning how to build and manage an app from the ground up is the fastest way to build and iterate on the product.
Hi! Thanks for the awesome tutorial. Is easy to follow. by the way is there any way to contact you if we have further questions or enquiry regarding this tutorial?
@@Moonlight-dg9wq Hey, you'll just need to make sure you have a user in your app that matches all of the desired settings from a persons profile (e.g. their location is within a certain distance, they're between a certain age range, etc). It could also be worth double-checking to make sure your user data type doesn't have a privacy setting added to it by default. Hope this helps!
This is soooo helpful and to the point, thank you so much!
Awesome to hear 🙏
Hi first of all thanks for your tutorial. It is very helpful! Learned a lot from it and going to purchase. I have 1 tip to give you and that is to show us some previews in between after adding something so we can visually see what you did. It would be very helpful to do some checkpoint and show us some previews of what you did. Thanks!
Glad it could help!
And great suggestion, I'll be sure to include these throughout any future tutorials 🙌
I thoroughly enjoyed your tutorial. I watched it over a span of few days.
Awesome to hear! Glad it could help.
I came. I saw. I subscribed. But Dude, can you build a playlist where in a learning track is laid out for us?
That's a great idea! Happy to compile this together 👍
Hello, great video! I actually purchased the full course but do you know how I could reset a limited amount of users shown or likes given by day? I have a limit but I haven’t been able to forgive out how to display another set of user after a day passes
Good question. Happy to help. You could create a data field under your user data type called something like 'daily limit' and set this field type to be a number. You can even set a default value of this to be 100.
Then, each time a user swipes on a user, you could add an additional step within the workflow to increase the count of their daily limit by '1'. So this would be 'the current users daily limit +1'.
Then if you'd like this limit to reset every day, you could use what's known as a backend workflow to reset the 'daily' limit for every user at midnight. Backend workflows are a slightly advanced feature, but it'll help you create the experience you're looking for.
Hope this helps point you in the right direction!
Added to the watchlist.
I understand that managing large lists within a field becomes a nightmare if they exceed more than 100 records. If a user who chooses several users that he likes a day, say 20, in a matter of a few weeks he would easily exceed 1000. Then the question arises. The only way to filter users is with a list?
If you really wanted, you could create a dedicated data type for any entry that might form a long list.
For example, you could create a dedicated 'like' data type. Within this, you can add a series of data fields to determine who the liked user is (the current Tinder pile's user), as well as who the person is that liked this person (the creator of the event).
Then, you could perform a search through the likes where the creator = the current user, and the liked user = the Tinder pile's current user.
Hope this helps 👍
Thanks, thanks, thanks. You make bubble easy to learn.
Always glad it can help ✌
Thanks for the awesome tutorial!!
Appreciate it ✌
Hi mate, thank you for your video and tutorial.
I am wondering to ask you how to set up geolocation-based as parameter to identify users close by and match them.
I need to create a match based on users geolocation.
I look forward to hearing from you.
Thank you in advance.
Happy to help where I can. Did you get a chance to watch this full video?
When I build the home page, I add a geolocation filter on the data source for the Tinder pile element. This ensures that users are only shown user within a proximity someone sets.
Thanks a lot for this. Are there future courses/steps available? i couldn't find it on your site I dont think.
My goal is to have a sort of foundation that I can then hire people to play with for my own customized company. As I went over the steps I added my own thing in some places haha
Thanks again
You can get access to the full version of this course through the link in the description of this video 👍
Hi I love your video very helpful. Is this available for purchase I am interested in getting this app and rebranding it. Thanks
Hi there, glad to hear you found this helpful 🙏
You can purchase a fully functioning template of Tinder app and rebrand it. I do have it on my website, find it here: buildingwithbubble.com/templates/
Amazing man!
🙏🙌
Excellent tutorial!
Glad it could help 😎
Sorry, another question--Does bubble allow such an app to search based upon scores? So I am interested in having a function where scores on a personality test searches for similar scores when it searches for potential matches. I imagine it would be like on Extraversion dimension, search for scores with 10 points from the Current User's score; same goes for Openness and Neuroticism and so on... this can be done?
Yes, this is definitely possible with Bubble 👍
Very cool! Do you think it would be possible to make 3 modes like in Bumble? (Dating, friends, and business)
Yes, this would definitely be possible with Bubble 👌
bro where is "builiding a navigation part" I couldn't find it can you teach me pleaseee
You can get access to the full course through the link in the description 👌
Love the tutorial. Just have issues with the users show up on the home page!
Glad it could help!
And I'm under the impression the issue might be caused by a default privacy setting that Bubble recently added to the user data type.
If you watch from the 9:35 mark of this video (ruclips.net/video/sTdJ1SZYIgs/видео.html), it'll explain how to remove this privacy setting.
Hope this helps!
@@BuildingWithBubble others told me it was that issue but I removed the privacy rules on the user data type and it is still not displaying data of the other users
@@roneilboodie6735 The only other thing you'll need to keep in mind is all of the constraints under the data source of the swipe pile.
If you're filtering users by their sexual preferences, age, gender, and location, you'll need to make sure that there are in fact users in your app that meet all of a persons preferences.
If there isn't, no users will be displayed.
@@BuildingWithBubble this makes sense. I am creating a landing page to register test users so I can have those details and see if it’ll populate with the given constraints I have currently
@@BuildingWithBubble Reviewed and removed my location constraint but still no users being shown. Sorry for the back and forth
Hi, trust you are good, is your video course(tinder clone) in line with the new flexbox engine?
Yes, this full course is built entirely using the updated Flexbox engine ✌
Thank you for the tutorials. I am intrested in making a adult friend finder clone website.
Glad they could help! The possibilities in Bubble are endless.
Can we publish it after creating it?
Yes, publishing an application is a relatively straightforward process. I'd recommend checking out this great tutorial from Bubble that walks through the steps involved: ruclips.net/video/1FkN8jxRyNg/видео.html
Hope this helps!
nice, thanks for film but how to create register page ?
Hey, I cover this within the full course. You can get access to this through the link in the description 👍
can you help me with, how to add a pile of demo user decks, cause when I do it its just blank
Happy to help. When I preview the home page of the app, I personally like to remove some of the constraints within the data source. Things like the location constraint will obviously limit which users are displayed.
Try and remove these constraints, run another preview of your app, then see if your demo accounts are displayed.
@@BuildingWithBubble appreciate on it, as I might have not come out clear, how to add multiple demo users' profile
ll be waiting ;)
is this feasible with the free plan as well?
Yes, you can build this using Bubble's free plan 👌
Can this be published on Android store and IOS store?
Great question! Yes, you can publish apps built with Bubble to both app stores
Hi. How can I contact you for business purpose?
Feel free to shoot me an email at lachlan@buildingwithbubble.com ✌
Hey, tried purchasing your course but my card got declined. Can people from Nigeria buy your course through debit cards?
Hey Ese, I'm under the impression you shouldn't have any issues buying it within Nigeria. Feel free to shoot me an email at lachlan@buildingwithbubble.com and I'd be happy to help 👍
Are you able to buy this course from Nigeria?
Nice 👍
Thanks 🙏
Hi, do you sell the Clone?
Hey Rob, unfortunately I don't sell templates. I found that templates can often add more confusion into the picture. Learning how to build and manage an app from the ground up is the fastest way to build and iterate on the product.
Duolingo clone? Please!
Happy to add this one to my list 👍
Are there any specific features you'd like to see?
@@BuildingWithBubble gamification system
iloveyouuuu..
Right back at you 😘
Hi! Thanks for the awesome tutorial. Is easy to follow. by the way is there any way to contact you if we have further questions or enquiry regarding this tutorial?
Glad it could help! Feel free to reach me at lachlan@buildingwithbubble.com ✌
Hi, I have sent in a contact me forms on your website. May I check did u receive it?
@@tohyuliang503 Just responded ✌
How do I add other users cause I only see my profile in a tinderpile after i have filtered myself my tinderpile is now empty
@@Moonlight-dg9wq Hey, you'll just need to make sure you have a user in your app that matches all of the desired settings from a persons profile (e.g. their location is within a certain distance, they're between a certain age range, etc).
It could also be worth double-checking to make sure your user data type doesn't have a privacy setting added to it by default.
Hope this helps!