How to Build Your Dream App with FlutterFlow (Even If You’re a Beginner!)

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии • 11

  • @kevaughnkerr8185
    @kevaughnkerr8185 Месяц назад +4

    Dang I just watched the 2024 one an hour ago! You the goat bruh!

    • @docwilliams
      @docwilliams  Месяц назад +1

      Hahah thanks! Glad to help!

  • @icebearOP
    @icebearOP Месяц назад +3

    just got here from the link posted in the beginners video

  • @AlexanderTheGreatester
    @AlexanderTheGreatester 23 часа назад +1

    Would I be able to use Flutterflow to make a companion app for a tabletop roleplaying game?

    • @docwilliams
      @docwilliams  13 часов назад +1

      Great question! You could! Just depends on the exact functionality you're looking for.

  • @16td
    @16td 11 дней назад +1

    Hello, I am thinking of using firebase and supabase at the same time in my project. firebase for auth and notifications, supabase for the rest. What are the negative aspects or dangers of this and is there a solution to these negative aspects? Your thoughts on this subject will shape my project. Thanks.

    • @docwilliams
      @docwilliams  11 дней назад +2

      @@16td great question! Is there a specific reason why you want to use both? In general I would decide to only use one platform.
      With the new AI assistant for Supabase I would configure auth with supabase.
      In general I would only choose one source but if you need two databases the negative part of choosing two different systems depending on how you structure the data.
      For example building a relational database when you need data associated with a logged in user could make it far more complicated and some errors can occur.
      Let me know if you have any questions!

    • @16td
      @16td 11 дней назад +1

      @@docwilliams In my project, I want users to be notified when they receive messages from each other (a chat app) In other words, the notification system is not the classic system where the admin sends notifications to all users. I couldn't do this with Supabase. In the sources on the internet, it is only explained for Android users, the part for iOS users is a big gap. I would be grateful if you could guide me. Don't know what to do.

    • @docwilliams
      @docwilliams  11 дней назад +1

      @@16td ahh gotcha
      Hmm for that feature I would look at OneSignal onesignal.com/ or buildship buildship.com/
      I would look into documentation or jump in buildship's discord.
      Let me know what what they say. Both teams are very responsive.

    • @16td
      @16td 11 дней назад

      @@docwilliams I'm trying to find a way to use firebase and supabase together. If I can't, I'll do as you say. Thanks for your time.