Build A Business App with FlutterFlow, Supabase and BuildShip From Scratch (Step by Step Tutorial)

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 17

  • @jamesnocode
    @jamesnocode  Місяць тому +2

    👍VIEW/CLONE ALL MY NOCODE APPS + support my work: www.patreon.com/jamesnocode
    👍GET MY NEW TRAINING - MASTERING FLUTTERFLOW: masteringflutterflow.com
    👍GET MY NEW TRAINING - MASTERING SUPABASE: masteringsupabase.com

  • @MarioM-sg3lr
    @MarioM-sg3lr Місяць тому +6

    Hello James,
    Thank you very much for your video. I haven't finished watching it yet, but what I've seen so far has been very well structured. It is also very helpful that you are now naming the chapters correctly. There is one thing I would still like to see. It would be great if you could show a short preview of the finished app at the beginning of the video. I think that would make it easier to understand many things like the database structure, etc. It's sometimes a bit difficult to understand why you decided what you did, even if you explain it. Sometimes it's easier to see what the finished product looks like. Many thanks for this great videos! 👏👏👏

  • @GaN-FaLL
    @GaN-FaLL Місяць тому

    This Are great tutorials. I would love to see an example when you create the users outside of supabase. This flow seems fine for small deployments, but if you are letting users sign in the processes would be more complex and involve more validations. Would be great to see your approach on this!

  • @rajatsharma6137
    @rajatsharma6137 Місяць тому

    Hi James, Please make a video on how to integrate google adsense and other networks into flutterflow code, that would be really helpful and valuable for all!

  • @barabaka
    @barabaka Місяць тому

    just started, but so far it's just a marvelous video. A couple of questions: can I start with this example if I'm not familiar with Flutterflow and Supabase? And what tool do you use here for planning and presentation?

  • @GorillaHomes
    @GorillaHomes Місяць тому +1

    What app did you use to present your overview of the app and database schema in the beginning

    • @GorillaHomes
      @GorillaHomes Місяць тому +1

      to show the architecture of the app i mean

    • @HannesLichert
      @HannesLichert Місяць тому

      Would be also quite interested which App you use to structure the architectuture

  • @javieralbertoarias3159
    @javieralbertoarias3159 Місяць тому

    I love you James! Thanks for share your unvaluable Knowledge!

    • @jamesnocode
      @jamesnocode  Місяць тому

      Thank you for being here, Javier. 🙏

    • @PinasPiliNa999
      @PinasPiliNa999 Місяць тому

      @@jamesnocode We dont need to say I love you for you to reply James :)

  • @mohammedamer8517
    @mohammedamer8517 Місяць тому

    Could you make a video on how to integrate Machine Learning model in FlutterFlow?

  • @PinasPiliNa999
    @PinasPiliNa999 Місяць тому

    HOw about a POS with Inventory Management system for Restaturants and Groceries etc?

  • @innovatorshome
    @innovatorshome Місяць тому

    where is buildship?

  • @BUBADEV2024
    @BUBADEV2024 Місяць тому

    Master 🙏❤️🇦🇴 one love

  • @brandz_up
    @brandz_up Місяць тому +1

    You over complicated the messaging thing the way i did it: i juste created a chat document with owner==reference(user) and a list of messages inside this way the chatroom is unique to a lead and you can send messages to each lead… this way you can querry the user's details by querying the owner and your own details by querying authenticated user… simple and straight forward