#BuildShip

Sdílet
Vložit
  • čas přidán 28. 07. 2024
  • #BuildShip is a lowcode visual backend builder that lets you ship APIs, scheduled jobs, backend cloud functions instantly. Powered by AI, create your own workflow nodes, connect to any tool, database and create scalable backend for your apps.
    In this video I walk you through creating a workflow which is based on a scenario presented within a #FlutterFlow application. First we look a securing your #Supabase project within BuildShip and then get to work on putting together a full end to end workflow which performs a Supabase database request and then makes a business decision on the response.
    I also cover the handling of secure tokens which are key to maintaining a secure database by passing these through the workflow. I also take a look at testing individual parts of your workflow together with testing the full workflow. Additionally we look at couple of important areas within FlutterFlow to support your BuildShip workflow creations.
    👉 Filtering postgrest.org/en/stable/refer...
    👉 @rowyio (BuildShip) www.buildship.com
    🔥 Series opener: • #FlutterFlow + #BuildS...
    🔥 Consider also joining The Digital Pro's #Nocode Academy (link below).
    _____
    Chapters
    00:00 Introduction
    01:03 Scenario discussed in this video
    02:18 Setup Supabase URL and API Key
    04:02 FlutterFlow working example
    04:45 Supabase Table Setup
    06:16 Creating the BuildShip workflow
    08:54 Using AI to create our first key node
    11:28 Get records from Supabase
    14:24 Filtering reference guide
    15:40 Creating filters for our Supabase data
    18:59 Testing a single node
    21:53 AI node to check for empty list
    23:37 Passing in our Supabase response to check
    24:25 Branch node introduction, positive or negative
    25:17 FlutterFlow API result recap
    29:12 Fully test the workflow
    31:54 Deploying and referencing your workflow in FlutterFlow
    33:20 Finally adding your token in FlutterFlow
    33:57 Outro
    _____
    🚀 The Digital Pro's NoCode Academy: www.thedigitalpro.co.uk
    (Support the channel and go ad-free! 😉)
    🔥 If you love my content why not consider buying me a coffee, it's really appreciated: www.thedigitalpro.co.uk/coffee
    👍 Support the channel and grab yourself a free FlutterFlow account by clicking here: www.thedigitalpro.co.uk/flutt...
    🎉 Your love is much appreciated ... A like to this video is like a High Five!!! Thank you all.

Komentáře • 60

  • @the_digitalpro
    @the_digitalpro  Před 5 měsíci

    🔥 Looking for more exclusive content and a helpful community? Why not consider joining The Digital Pro's #NoCode Academy at www.thedigitalpro.co.uk/

  • @JoeSmith-kn5wo
    @JoeSmith-kn5wo Před 7 měsíci +2

    Great stuff as usual! As an experienced developer in multiple technologies your videos are great for getting up to speed on a topic with no fluff. Thanks

  • @Dreysimmons
    @Dreysimmons Před 5 měsíci

    Great tutorial on buildship👌🏾💯💯At least now I understand it waaay more now. And this is my first time trying to learn buildship. You’re a great teacher man🙏🏾💯❤️

  • @raiden7378
    @raiden7378 Před 8 měsíci +1

    Perfect!! Thank you

  • @Noirteclabs
    @Noirteclabs Před 6 měsíci +1

    Excellent tutorial! This gave me a clear understanding on how to implement buildship for future projects. Thanks

  • @EmblazNOR
    @EmblazNOR Před 8 měsíci +1

    This is great! Thank you

  • @jayhu6075
    @jayhu6075 Před 7 měsíci

    For a beginner as me I am very glad to find your channel.
    Hopefully more in the future with the basic explanation of SQL if one choose the Supabase. Many thx.

    • @the_digitalpro
      @the_digitalpro  Před 7 měsíci

      Sure no problem. Thank you for subscribing. I will take your comments on board to provide some extra understanding on SQL with Supabase.

    • @jayhu6075
      @jayhu6075 Před 7 měsíci

      @@the_digitalpro Thx.

  • @dshukertjr
    @dshukertjr Před 8 měsíci +1

    Nice video!

  • @jimvh7557
    @jimvh7557 Před 5 měsíci +2

    Really nice complete tutorial that gave me a good understanding of Buildship Steve. Congrats. Could you accomplish the exact same thing directly inside FF using custom functions?

    • @the_digitalpro
      @the_digitalpro  Před 5 měsíci +1

      Hi Jim. Thank you very much. Yes if you want to put extra logic in the UI then of course this can be done. Ideally though keeping complexity away from the UI is the more recommended option although not always possible for everyone.

    • @jimvh7557
      @jimvh7557 Před 5 měsíci +1

      @@the_digitalpro Just asking to understand. The Buildship interface is great and easy to understand for sure!

    • @the_digitalpro
      @the_digitalpro  Před 5 měsíci

      Yes absolutely the BuildShip team are doing a great job evolving the tool at a rapid pace. Exciting times ahead.

    • @jimvh7557
      @jimvh7557 Před 4 měsíci

      @@the_digitalproHi, Steve, I still don’t fully understand how to roundtrip from sb to bs and back to sb based on a ‘supabase new row trigger’ (which works fine) followed by some bs logic to then update the new sb row that triggered the workflow with an ‘update sb row’ node to set a new field value in that row. Having problems with the syntax. If my table his a primary key ‘aud_id’ of type int8 would the buildship update sb row node filter be ‘aud_id=eq.${(x)record.aud_id}’ and the data be ({“field”:”value”})? I also wonder: in case of sb rls how would you pass the auth token when the trigger is a new supabase row. This trigger adds a webhook in sb so do I pass a auth token over there in the header to get it to buildship. Your example here only shows a manual copy/paste input. Sorry for the difficult questions but I can’t find many examples of this and you might be the person that knows this 😉😊

  • @seka9910
    @seka9910 Před 3 měsíci

    Great tutorial as always. I wish you shared the supabase table though. Unfortunately I couldn't follow along without the data. Also it is not clear how to generate an authorization token for test. You extracted it from browser but we haven't even seen the flutterflow part of the application yet.

  • @raiden7378
    @raiden7378 Před 8 měsíci +2

    Quick question: What are some reasons to use FF vs WIX, FRAMER, etc? For example, if a barber needs to have a place for their clients to book and/or cancel appointments, why not just use a website which essentially provides all of these functionalities, including payment, confirmation etc? Can you please talk about some of the pros/benefits of FF vs a Website?

    • @the_digitalpro
      @the_digitalpro  Před 8 měsíci +2

      That's a huge question but a valid one. My personal opinion is that a dedicated mobile app certainly is more accessible than going to a responsive website. The fluidity will likely be quite smooth. So it's quite nice to have something which is in reach for most people to build and FF gives you that. Also remember you can build a Web experience is FlutterFlow too. Remember the purpose of FlutterFlow is to provide a toolset to rapidly build good looking UI's. Wix and Framer will provide templates but likely take you extra effort to integrate with a backend service. FlutterFlow provides that fantastic integration quite easily. This my opinion of course.

  • @Gustosales-zq9rb
    @Gustosales-zq9rb Před 8 měsíci +1

    What software are you using to record this amazing tutorial?😊

    • @the_digitalpro
      @the_digitalpro  Před 7 měsíci

      Screen Studio but it's not free. I edit all my content in Adobe Premiere. Hope that helps.

  • @moses5407
    @moses5407 Před 7 měsíci +1

    Can this be done with n8n vs. buildship? Or even node-red flows run on device against local storage of supabase data? The interest here is maintaining functionality offline.

  • @Alex29196
    @Alex29196 Před 8 měsíci +3

    Great video!, how about the response time compared with native flutterflow logic and actions, via supabase or firebase?

    • @the_digitalpro
      @the_digitalpro  Před 8 měsíci +2

      When you additionally use a thirdparty integration you will always have some latency but when I was actually putting together this particular tutorial I was really impressed with the response back to my FlutterFlow project. I have also put together a number of other complex workflows whereby I have multiple Supabase database requests and I did not notice any lag back to my FlutterFlow application. Users just would not notice. Credit here to the BuildShip team for optimisations they have applied to their platform.

    • @BuildShipApp
      @BuildShipApp Před 8 měsíci +8

      Hi Alex, hello from BuildShip 👋Just adding a quick note that we use GCP's cloud run which is their fastest offering compared to Firebase or Cloud functions - so you will have faster experience than using native actions. Give it a try :) We also have worked hard to optimize every step of the way so you can deploy any changes to your workflow instantly, no need to wait for long 2-3 minutes building or deploying cycle of cloud functions.

    • @engmondy1111
      @engmondy1111 Před 8 měsíci +1

      Try to do most of not all of your logic in the backend, it is secure that way and the logic doesn’t lie in your app or the user browser to check and possibly manipulate. Use backend whenever you can.

  • @iamphantasm0
    @iamphantasm0 Před 5 měsíci +1

    Good tutorial but you should have added how you create the super base table

  • @Dreysimmons
    @Dreysimmons Před 5 měsíci

    So I want to ask, with this setup, if a bad actor gets the api url(generated from buildship) from the front end (flutterflow), can they still do something bad with it? Maybe send plenty requests and crash the workflow/app or something? Or we will have to make all api calls in flutterflow private?
    Also does making an api call private in flutterflow hide the api url as well? Or it just hides the request headers but not the api url?
    Sorry if this is a lot of questions but I am trying to learn the very best security practices regarding flutterflow.

  • @orlandocastellanos9263
    @orlandocastellanos9263 Před 7 měsíci +1

    Can you create an airbnb clone with flutter flow please?

  • @nocodecreative
    @nocodecreative Před 8 měsíci +1

    This looks interesting Steve, but given its price point, why would one use it over say a self hosted instance of n8n?

    • @RiseWith
      @RiseWith Před 8 měsíci +2

      Oh I would love to see an answer to this

    • @KaiCodingJourney
      @KaiCodingJourney Před 8 měsíci +1

      @@RiseWith+1

    • @the_digitalpro
      @the_digitalpro  Před 8 měsíci +5

      Great question. n8n is a very mature tool without a doubt with plenty of established integration options. Self Hosting is a great option but obviously it does have its risks of course in regards to supportability. I have had a couple of close shaves in the past whereby I went to upgrade my instance only for my workflows to get junked. Thankfully I had a backup. If I were serious about this platform and I need confidence on the availability of my workflows I personally would opt for their cloud hosted solution but again this does come in at price point but you get the support. I cannot compare costs in terms of workflow usage because when I did use n8n I had a number of workflows which were not powerhouses. I've not done a direct comparison on costs but at a glance they are quite comparable. I must say the AI node generation in BuildShip has been really useful and moving around the workflow feels just more natural to me certainly coming from tools like FlutterFlow. I'm excited by BuildShip and look forward to cover it more in the future.

  • @Klustertech
    @Klustertech Před 8 měsíci +1

    🥰

  • @melvinjongen1697
    @melvinjongen1697 Před 8 měsíci +2

    Can you make the hairdresser template available ? Or maby can you show how to build and connect the hairdresser app thanks a lot

    • @the_digitalpro
      @the_digitalpro  Před 8 měsíci +3

      Hi Melvin. Thanks for your message. Yes I will make this available and wrap a tutorial around it. It is not complete yet and I wanted to make sure it was before doing anything further with it. I also have further BuildShip workflows which it would use.

    • @melvinjongen1697
      @melvinjongen1697 Před 8 měsíci

      nice! @@the_digitalpro 👍

  • @BGdev305
    @BGdev305 Před 4 měsíci +1

    And right at 15:49 is where things go from "no code" that Flutterflow, BuildShip, etc. ALWAYS and conviently leave out! If you don't already know how to read & write this code you don't have much of an app do you?

    • @the_digitalpro
      @the_digitalpro  Před 4 měsíci +1

      I do not think we are right at the point of a perfect nocode world. This is kind of a hybrid approach when performing queries using url parameters. For the perfect nocode tool we are probably 2 - 3 years off and we are expected to get a little technical in places to perform some activities. I am hoping I explain the steps clearly enough in this example which should help you customise to your needs.

  • @rehaanu
    @rehaanu Před 4 měsíci

    How do we sync offline to online or online to offline using supabase, you have covered firebase but what about supabase.

  • @ChrisCrompton
    @ChrisCrompton Před 4 měsíci +1

    What's the point of integrating with Supabase if BuildShip has its own database backend?

    • @the_digitalpro
      @the_digitalpro  Před 4 měsíci

      Hello. Because Supabase is a relational database. It's very different than Firestore which BuildShip provides out of the box.

  • @basavarohin8220
    @basavarohin8220 Před 7 měsíci +1

    Is buildship is same as zapier with supabase

    • @the_digitalpro
      @the_digitalpro  Před 7 měsíci

      Hi. No BuildShip is very different. Zapier provides out of the box integrations which allows services to work together. BuildShip is a visual backend builder which allows you to build complex workflows by interconnecting pre-built nodes or generate new ones using AI. Think of BuildShip as a serverside technology and FlutterFlow as the UI layer. In most systems you would have a frontend and serverside backend.

  • @adonkupang3888
    @adonkupang3888 Před 7 měsíci +1

    Can you make tutorial FF with aws and buildship?

    • @the_digitalpro
      @the_digitalpro  Před 7 měsíci

      Hi. Can you elaborate a little more on the sort of video you are looking for?

    • @adonkupang3888
      @adonkupang3888 Před 7 měsíci

      @@the_digitalpro I'm looking for a video tutorial on connecting aws with flutterflow and maybe I can use buildship or if you know anything else 😍

    • @the_digitalpro
      @the_digitalpro  Před 7 měsíci

      What type of problem or application type are you trying to resolve/build?

    • @adonkupang3888
      @adonkupang3888 Před 7 měsíci

      @@the_digitalpro I'm trying to make an ecommerce application with aws as a backend

  • @jeromesreviews
    @jeromesreviews Před 3 měsíci +1

    This is a good tutorial but things have changed since you made this video. Like the AI generation part is different and there is no token showing in the Superbase Get Row.

    • @seka9910
      @seka9910 Před 3 měsíci

      Yes the AI generation UI got much worse and now the node is called "Supabase - Get Row with Token". I hate it when they change the UI for no good reason....

  • @jwolpert
    @jwolpert Před 3 měsíci

    Not clear how this is actually secure. Still coding the bearer token FF. Great that buildship has integration with GCP secret manager, but unless I’m missing something, that’s just kicking the can up the hill, because FF still needs to handle keys. So you’re back to having to write cloud functions and push .env in FF to manage it properly, and the last time I tried that, it became a mess fast. Would have been easier to write it from scratch in VS code.

  • @maskedvillainai
    @maskedvillainai Před 7 měsíci

    There is little to zero support on mobile responsive devices built in flutter or node so I basically never touch FlutterFlow or BuildShip. Just back to stable and predictable react again

    • @the_digitalpro
      @the_digitalpro  Před 7 měsíci +1

      I'm confused by your message. Please explain the trouble in more detail. Plenty of apps have been successfully released using FlutterFlow and I know of a number of good examples also utilising BuildShip.