Bubble

Bubble

Bubble is a software development platform that enables anyone to build and launch web applications without writing code. Rather than specializing in one or two aspects of web development (like designing landing pages or building databases), Bubble’s full-stack visual programming interface does it all. That means anyone from first-time entrepreneurs to enterprise-level companies can take an idea from concept to fully functional, scalable reality - faster and cheaper than you could with just code.

Have a question? Please visit bubble.io/support.

Learn more about Bubble:
Homepage ➡ bble.io/yt
Twitter ➡ twitter.com/bubble
Blog ➡ bubble.io/blog

Пікірлер

  • @nguyenkhaphuongvlogs
    @nguyenkhaphuongvlogs22 сағат бұрын

    Very useful, thanks Greg. ❤❤👍👍

  • @Terapyy18
    @Terapyy1823 сағат бұрын

    I want to display in the 'group plan' when a user does not have an active subscription, I want to display a "you do not have an active subscription" and therefore not being able to display the group current plan and invoice, how should i do this? Thank you for this course Greg!

  • @kuchikibyakuya7697
    @kuchikibyakuya7697Күн бұрын

    Why u use stripe? Don't u need to use Google billing library for app that wanted to be published in Google play store? Does bubble io can intergrate Google billing library?

  • @49_aman_vyrha63
    @49_aman_vyrha63Күн бұрын

    My dropdown menu options design is very basic not like your surface background n all how to design that?

  • @lucah7815
    @lucah7815Күн бұрын

    My Webhooks fail. Where can I get help?

  • @jainambhansali658
    @jainambhansali658Күн бұрын

    Hey Greg, when I am putting in a button element an option called "Button Type" is showing which is not showing in your screen and also the two buttons of I'm a candidate and company are not being grouped properly. What could be the issue there

  • @iniedoro
    @iniedoro2 күн бұрын

    I started watching your tutorials before, but has to stop because of an illness. Now, I'm back and will have to start from the top. thanks Gregory for this awesome tutorial.

  • @gregory-john
    @gregory-john2 күн бұрын

    Welcome back, I hope you enjoy it!

  • @khalidradwan4838
    @khalidradwan48382 күн бұрын

    I have used this method of searching and it's great as it searches irrespective of the case of the word you/entry you're looking for (upper/lower case). The only issue is that you have to get the full word in order for it to work I believe. If you type Bran as opposed to Brand, you won't have a result. The other method I used was a simple input field with a filter in the table, this method gets you results as you type (almost), in other words you could be typing Br and it would show you Brand, Bravo, Brisk, etc. Then as you keep typing, only the correct word will show. The problem is that it's case sensitive, I wish there was a method that combined both methods (or rather got the best of both methods).

  • @gregory-john
    @gregory-john2 күн бұрын

    It sounds like you're after a fuzzy search implementation. There are some Bubble community plugins to support this. For scale, I suggest integrating with Algolia for real-time fuzzy search.

  • @khalidradwan4838
    @khalidradwan4838Күн бұрын

    @@gregory-john Thanks Greg, do you have a video that shows how to accomplish this? Also, where do I get Algolia from?

  • @h1inc816
    @h1inc8162 күн бұрын

    I just signed up and wanted to create a basic coming soon page and I signed up for the free trial with intentions to pay for a better plan.... But almost immediately I'm asking what is this garbage that I can't even drag anything with my mouse to position it how I want? If I create a box and want to move it somewhere on the page, I have to manually enter x and y coordinates... I'm literally about to close my account and go back to NextJS. Please tell me this is seriously not the only way

  • @gregory-john
    @gregory-john2 күн бұрын

    You can move elements on the page a number of ways. The first thing I'd note is that Bubble uses Flexbox for fluid responsive design reasons. As such, dragging elements and expecting them to drop in arbitrary locations is not how responsive design works. With Flexbox, you can still drag and drop elements on the canvas (you need multiple elements to do this) but they will snap into their Flex positions as that's how Flex works. You can also use the arrow keys or drag elements in the elements tree.

  • @michaelxmaycon
    @michaelxmaycon2 күн бұрын

    These tips are very good, thank you.🤝

  • @aloysiofranca
    @aloysiofranca2 күн бұрын

    Excellent! Thank you!

  • @user-zs5ip7rd8m
    @user-zs5ip7rd8m2 күн бұрын

    Sir will there be an update to your Udemy course?

  • @samakers4303
    @samakers43033 күн бұрын

    Built out the user and company forms with all data mapping as seen in videos. Issue arising is that when you update a field like city or modify the name, it clears out the image on the company and the user (in both instances of submit) so the image would need to be reuploaded. This logic is not smart enough to know to only update the field that has changed after submit pressed. Am I missing something?

  • @hitchi33
    @hitchi333 күн бұрын

    Best course about stripe payments on Bubble, period.

  • @gregory-john
    @gregory-john2 күн бұрын

    Thank you 😀

  • @dreamer9741
    @dreamer97414 күн бұрын

    how do i edit salary manually?

  • @adamzachary6947
    @adamzachary69474 күн бұрын

    Can I connect login to a DB ? or Azure B2C ?

  • @masonorantes276
    @masonorantes2764 күн бұрын

    Greg you are my hero <3 !!!

  • @mydigitalcmo
    @mydigitalcmo5 күн бұрын

    Hi Greg, thanks so much for a great course, already looking forward to the next series :) Best Kim

  • @AliQasim-tp4qq
    @AliQasim-tp4qq5 күн бұрын

    sir i dont see the bubble description in demo app

  • @GigJockey
    @GigJockey6 күн бұрын

    The god of bubble videos :-). A question: on downgrading can we show the credits on the user dash?

  • @MatthewRumble
    @MatthewRumble6 күн бұрын

    When will this be available?

  • @MatthewRumble
    @MatthewRumble6 күн бұрын

    When will native apps be supported

  • @gregory-john
    @gregory-john2 күн бұрын

    Q1 next year 😀

  • @aknico2809
    @aknico28096 күн бұрын

    great video! does anyone know what is the difference between a link and a button? they can both direct to some internal or outside page. something about google SEO has mentioned but i don't quite get the ideas.

  • @DatazoIA
    @DatazoIA2 күн бұрын

    Only the design, the mentor says so

  • @gregory-john
    @gregory-john2 күн бұрын

    Links help webcrawlers understand your app structure. Use them for navigating between pages. Buttons are used for actions but can also be used for navigating non-public pages.

  • @frankfdbr
    @frankfdbr6 күн бұрын

    Why is the image uploader treated differently than an input field (i.e. First name)? Why does state need to be set for the former and not for the latter?

  • @gregory-john
    @gregory-john2 күн бұрын

    I did it this way to enable users to change their mind when uploading images and reduce your app from hosting too much media. It's caused a lot of confusion so towards the end of the course I'm illustrating how to upload images directly to the server without using states, as well as deleting images from the server. Another thing to note, images are saved on a separate AWS server to your app database, only the link to the image is saved to your app database. So deleting files is a 2 step process and that's explained later on.

  • @TheBestAIMusic-hr9bm
    @TheBestAIMusic-hr9bm6 күн бұрын

    9 months?

  • @GoodnessNokod
    @GoodnessNokod7 күн бұрын

    😞when bubble when????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

  • @Master-Key.
    @Master-Key.7 күн бұрын

    @gregory-john are you going to come out with a video that shows to do the complete switch from test to live mode

  • @gregory-john
    @gregory-john2 күн бұрын

    I think I might be able to make this happen.

  • @aknico2809
    @aknico28097 күн бұрын

    From this session it becomes a little more difficult. really good guide.

  • @nedarriusjohnson
    @nedarriusjohnson7 күн бұрын

    Do this work text?

  • @aknico2809
    @aknico28097 күн бұрын

    fantastic tutorial! really help!

  • @chrischapman214
    @chrischapman2148 күн бұрын

    Thank you Sam! I'm at ~16 min and I've got the prototype functioning. I really appreciate the step-by-step instructions and the careful explanations along the way.

  • @YanneGilley
    @YanneGilley8 күн бұрын

    Hey @gregory-john, loved the content! Would've loved to know how to complete and capture one-off payments. Specifically, for my use-case, customers are able to order various items from a public marketplace where other user's can sell list and sell items at varying prices. My app is simply the middle-man, and captures the payment from the customer, takes a percentage out of the total, then pays out the remaining amount to merchants. Please advise.

  • @gregory-john
    @gregory-john2 күн бұрын

    You need to implement Stripe Connect for a marketplace setup. I actually teach this exact thing in a course called Saascamp over at Buildcamp.

  • @YanneGilley
    @YanneGilley8 күн бұрын

    Awesome info! Will you be making a guide for marketplace apps? Users can create, sell, and purchase items in varying quantities on our platform.

  • @NiteshMalap-s1m
    @NiteshMalap-s1m9 күн бұрын

    Thank you so much Gregory John, this was really helpful!

  • @tommcilroy-dm4zd
    @tommcilroy-dm4zd9 күн бұрын

    Thank you @gregory-john, you've been a fantastic teacher, and it's been really exciting to learn how to use Bubble over these last few weeks. Looking forward to hearing more, and it's great to be part of this community! 😄

  • @zipersoft
    @zipersoft9 күн бұрын

    TOP

  • @user-hu9qo4ve9m
    @user-hu9qo4ve9m9 күн бұрын

    Thank you for helping me understand bubble! This video really helped me!

  • @vamsisriniketh
    @vamsisriniketh10 күн бұрын

    Questions 1. What is socail-rabbit?

  • @amliesolutions
    @amliesolutions11 күн бұрын

    Great presentation! Beyond excited for the editor updates 🔥🔥🔥

  • @Clonegaming777
    @Clonegaming77711 күн бұрын

    what happened to the transitions tab on elements? I don't see it anywhere next to conditionals. Also not able to drag and drop elements like I have seen in other bubble videos. No matter what I do, the element just snaps back to where it was or rearranges the other elements around it.

  • @masonorantes276
    @masonorantes27611 күн бұрын

    Greg you are the man.

  • @apmcintyre
    @apmcintyre11 күн бұрын

    Good tip on putting the break condition on the Style rather than on the text itself - which I've been doing, doh... 👍

  • @MamaEmprendedoraTV-o3c
    @MamaEmprendedoraTV-o3c11 күн бұрын

    Thanks for existing

  • @Jack-jz7ej
    @Jack-jz7ej12 күн бұрын

    Perfect timing , about to launch my saas, great!

  • @gregorylim1562
    @gregorylim156212 күн бұрын

    Hi, for the search for candidate option, I’m unable to search for the name of person who applied using the search bar, could anyone help solve this?

  • @Thefootwearbrand
    @Thefootwearbrand12 күн бұрын

    Could you please do an ecom app tutorial 🙏🏾

  • @user-mq6lr6xr9n
    @user-mq6lr6xr9n12 күн бұрын

    Please make a video on integrating bubble with WhatsApp api please

  • @user-hm6bb2ki3m
    @user-hm6bb2ki3m12 күн бұрын

    Hi Gregory! when i click on Job Post the container housing everything is not visible like it is when i click on settings... everything looks the same so I'm not sure where i went wrong that it wouldn't be visible at all

  • @user-hm6bb2ki3m
    @user-hm6bb2ki3m12 күн бұрын

    i figured it out.. maybe incorrectly? to my group container i had to add "get v from page UR is job-posts" as a 2nd condition. I have both group settings & group jobs in the same container.

  • @ntrvo
    @ntrvo13 күн бұрын

    Thank you very much for this awesome course! 👏 I have a question regarding database structure/logic : in your example, there are 3 different Plans (Starter, Growth, Yearly) with only one frequency (month) for each Plan. How would you approach a need for Plans with two frequencies (month and year)? Here are the options I think about right now: 1. Duplicate the following attributes as values are different between month and year: Amount, ID price test, ID price live (so we would have Amont month, Amount year, ID price test month, ID price test year...) 2. Create 6 different Plans : Starter month, Starer year, Growth month, Growth year... I do not think those 2 options are the most efficient ones (or even working) and I think I am missing something here. Would you have any suggestions? Thank you for your precious help 🙏

  • @justjeremiah
    @justjeremiah13 күн бұрын

    Hi when I scale down from 320 to smaller the text doesnt autoajust and get smaller

  • @justjeremiah
    @justjeremiah13 күн бұрын

    Nevermind, i needed to untick 'fix width to content" for the group a