#BuildShip

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 48

  • @the_digitalpro
    @the_digitalpro  7 หลายเดือนก่อน

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

    • @ChrisS-oo6fl
      @ChrisS-oo6fl 6 หลายเดือนก่อน

      I know it takes a ton of time and effort to produce these videos but can you please do a quick follow up video using this method with SQLite? I’m guessing the SQLite feature dropped after this video was made. So many people have been asking for years about “local first” with data sync. Tons and tons of people. Especially of this could be retrofitted with apps currently built on Firebase. PowerSync is a great looking and promising service for use with supabase but extremely complex.
      Your tutorials are thoroughly detailed and have helped a great number of people. Thank you

  • @BrunoMartinsNeto
    @BrunoMartinsNeto หลายเดือนก่อน +1

    What is the difference between local/offline-first with Firebase vs Supabase/powersync? Thank youu

  • @creativejunkie75
    @creativejunkie75 9 หลายเดือนก่อน +6

    Absolute legend! These apps rock and it's amazing what's possible. You're nailing the type of content that is really helpful. Thanks for all the valuable content.

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +1

      Wow thank you. Never thought of myself as a legend. Appreciate it very much.

  • @johno2547
    @johno2547 4 วันที่ผ่านมา

    I'm stuck at 28.01 adding the create document part. I don't see the variable Loop=> Set IsInSync Property? Also some things have changed in buildship after your video. I.e. you don't see (x)Loop anymore it is only (x)Item. Anyway you can check this. I get a red box error: 'IsInSync' is not defined and 'Property' is not defined

  • @ruskface
    @ruskface 8 หลายเดือนก่อน +1

    When selecting the role in firebase access he accidentally selects the wrong one. It is supposed to be Firebase Admin SDK Administrator Service Agent. I chose the one he chose and it did NOT work.

    • @the_digitalpro
      @the_digitalpro  8 หลายเดือนก่อน

      This is strange to me and not expected behaviour. I will check it out. Thanks.

  • @johno2547
    @johno2547 4 วันที่ผ่านมา

    I get an unexpected error when I sync Notes to server: unexpected token error export. When I run buildship test everything is fine. But App gives that error. Here is my export script: export default function setIsInsyncTrue({
    InputObject
    }) {
    InputObject.IsInSync = true;
    return InputObject;
    }

  • @brilliant332
    @brilliant332 6 หลายเดือนก่อน +1

    curious why we need buildship, seems like with a loop in FF we could do this?

    • @the_digitalpro
      @the_digitalpro  6 หลายเดือนก่อน

      Hello. You could of done something similar in FF but this would of heavily relied on logic remaining clientside. What this video is demonstrating is using backend processing to perform this type of operation. It's a simple example and if your own usecase is simple then yes FF can perform the same. One benefit is that if you one decided to switch out the database to something else you can do this within BuildShip resulting in no change to your FF app.

  • @RikHaanen
    @RikHaanen 5 หลายเดือนก่อน

    Thanks, for your interesting video. I am a bit new in Flutterflow and i wonder if this could be done within Flutterflow completly. And if so, what is the advantage to go through Buildship? Sure the client will be more complex, but we then reduce points of failure and internet connections.

  • @puseletsomaraba1313
    @puseletsomaraba1313 9 หลายเดือนก่อน +3

    😮Great Sir ,all I can say is thank you, and may your Channel ever grow. Your work is magnificent and worthy of respect in all forms.Practical and comprehensive for us to use what we learned to apply it in our solution development.Thank you

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +1

      Beautiful comments and makes it all worth it. Thank you so much for leaving them.

  • @GhemaDiva
    @GhemaDiva 7 หลายเดือนก่อน

    Hello Steve, Im new with flutter and buildship.
    when I trying at minutes 38:50 testing the sync API , the respons is null when test run in flutterflow. IDK what i should do to fix it

  • @Ai_Earn
    @Ai_Earn 9 หลายเดือนก่อน +2

    Gemini
    Gemini API
    Gemini API

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน

      Indeed. I need to get my head in to this one.

  • @JuanPerez-vv5lk
    @JuanPerez-vv5lk 8 หลายเดือนก่อน +1

    excellent video. Can you do another video with supabase instead ? thanks.

  • @Ai_Earn
    @Ai_Earn 9 หลายเดือนก่อน +2

    Gemini API with FlutterFlow

  • @hhgff497
    @hhgff497 8 หลายเดือนก่อน

    Hello Steve, I would like to ask you if it is possible to create apps like fiverr by only using buildship for the backend, flutterflow for the frontend and firebase as the database? Best regardings

  • @ravenstudio4611
    @ravenstudio4611 9 หลายเดือนก่อน +2

    Many thanks my man! I'e been waiting for a video like this for a while now. 😃😃

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +1

      You are very welcome. Glad I could help.

  • @YourMotivationGold
    @YourMotivationGold 9 หลายเดือนก่อน +2

    Really good video so far. Thank you. How or with what application you made this amazing scenario presentation?

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +2

      Thank you very much. The slides were painfully crafted in Canva. It's not the perfect tool but functional and effective.

    • @YourMotivationGold
      @YourMotivationGold 9 หลายเดือนก่อน

      @@the_digitalpro Wow awesome! I know Canva but before I thought of it, even Powerpoint would have come to mind!😅 Respect!

  • @maxghob
    @maxghob 3 หลายเดือนก่อน

    Great content!!! whats the best way to have a chat?

  • @jae.kingsley
    @jae.kingsley 9 หลายเดือนก่อน +1

    Hey Steve, appreciate these videos on buildship. Hoping you’ll create a tutorial where you go through the entire process from scratch instead of using a half built app!

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +1

      Hi Jae. Thank you for your comment, appreciate it. It's a tricky one when you are covering focus around a different product such as BuildShip. Granted I could of done two separate videos with the first focusing on the build of the application. I hope that my offer of providing the project as a cloanable offering is somewhat a sweetener in the deal with a small part dedicated to walking through the key areas. But all feedback is important and I will consider various options in the future. Incidentally my FlutterFlow focused content will also have more coverage in this department. Many thanks. Steve

  • @BCI-RR
    @BCI-RR 9 หลายเดือนก่อน +1

    Hi there. Really appreciate the manner by which you teach. As a novice, I am grateful for the learning opportunity.

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน

      You are most welcome thank you for kindly leaving this comment. It's much appreciated.

  • @Maldogle
    @Maldogle 9 หลายเดือนก่อน +1

    Thanks! Always high quality tutorial

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +1

      Thank you for showing your appreciation. It took a while to put this one together.

  • @mindsettheoryshow
    @mindsettheoryshow 9 หลายเดือนก่อน +2

    Can this be done with Supabase?

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน

      Absolutely. This is the good thing about this solution is that you can swap out your database without hardly any impact to FlutterFlow. If you did swap out and the only change in FlutterFlow is the json path on the restore workflow to eliminate the data section of the path. Primarily you are only swapping out the firebase nodes to supabase one's.

  • @ChrisS-oo6fl
    @ChrisS-oo6fl 9 หลายเดือนก่อน +1

    Please don’t forget to do the AOI assistant using buildship to keep your OAI API credentials secure. This will be a great video that’s useful for any similar API call.

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +1

      Yes absolutely. I am just waiting on a feature which I requested to the BuildShip team. Once thus has been rolled out it will allow me to refine the approach.

    • @ChrisS-oo6fl
      @ChrisS-oo6fl 6 หลายเดือนก่อน

      @@the_digitalpro thank you for that video. If your looking for a video to feature SQLite it would be great to add this data sync method but with an auto sync based of the device being off line or not, rather then a sync button. Storing to SQlite first and then if the device is online it syncs to Firebase if its offline it waits until the user has positive connection.

  • @Dreysimmons
    @Dreysimmons 9 หลายเดือนก่อน

    Great video! learnt a lot. Thanks for that. I was wondering, Have you ever built an app with booking functionality on your channel? Was going through the channel but didnt seem to find it , but ive seen the app screens in some of your other videos. Can you please reply this comment with the link to that video if you have built something like that on here? please?

  • @Mirkolinori
    @Mirkolinori 9 หลายเดือนก่อน +1

    Very nice. But you can basically doit without buildship if it is not to complex.

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน

      Yes I agree this can be done but obviously it then increases complexity and shifts business logic in to the frontend which you want to try and avoid as much as you can.

    • @RikHaanen
      @RikHaanen 5 หลายเดือนก่อน

      ​@@the_digitalprowhy do we want to avoid business logic on the client?

  • @andresgordillo4414
    @andresgordillo4414 9 หลายเดือนก่อน +2

    DOPPPPPPEEEEEEEEE 🙌

    • @the_digitalpro
      @the_digitalpro  9 หลายเดือนก่อน +2

      Thank you very much. Hope you enjoyed the video and found it useful.

  • @alanctnk
    @alanctnk 8 หลายเดือนก่อน +1

    Thanks Thanks !!

  • @t3lo622
    @t3lo622 9 หลายเดือนก่อน

    can you make similar on for supabase?