PRODUCTION READY Flutter App in 6 HOURS with Bloc and Firebase! | Complete App TUTORIAL

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

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

  • @paulosoares8626
    @paulosoares8626 9 дней назад

    Already two hours in one week, step by step, great job teacher !!!

  • @paulosoares8626
    @paulosoares8626 14 дней назад

    Start to watch, thanks for the course!!!

    • @devv1be
      @devv1be  14 дней назад

      Thank you, good luck!

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

    The tutorial is great. I love the tutorials without talking. Good teaching means no extra words and no exaggeration. Thank you bro❤❤❤ im yor fan❤😅

    • @devv1be
      @devv1be  Месяц назад

      @@mehdi_abik thank you so much for your support! More videos like this will be coming in the future

    • @mehdi_abik
      @mehdi_abik Месяц назад

      @devv1be please zoom code and other files. im not show in my phone. text,s very small. tnks

    • @devv1be
      @devv1be  Месяц назад

      @ Ok, in the next videos the font will be bigger

  • @abdulaziz9604
    @abdulaziz9604 Месяц назад

    Great tutorial to the point content

  • @WenhaoDaiCN
    @WenhaoDaiCN 2 месяца назад +1

    Good job!

    • @devv1be
      @devv1be  2 месяца назад

      Thanks =)

  • @axmednajaadprogramer
    @axmednajaadprogramer 2 месяца назад +2

    very good content thanks

    • @devv1be
      @devv1be  2 месяца назад

      @@axmednajaadprogramer Thank you very much

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

    Some of Gradle is missing to create firebase

    • @devv1be
      @devv1be  Месяц назад

      I didn't quite understand. Send a more detailed description and I will try to help you

  • @frankyjunior6005
    @frankyjunior6005 Месяц назад

    please give explanation how to setup the backend

    • @devv1be
      @devv1be  Месяц назад

      1) Clone the repository: Download the project from GitHub to your local machine and navigate into the project folder.
      2) Install dependencies: Install Node.js and use it to install all the required dependencies listed in the package.json file.
      3) Set up Firebase configuration:
      Since the google-services file is missing, you need to create a Firebase project:
      Go to the Firebase Console and either create a new project or use an existing one.
      Enable Firebase Authentication in the Authentication section and configure the Google auth.
      Generate a service account key by navigating to the project settings, selecting the "Service Accounts" tab, and downloading the private key file in JSON format.
      Save this file in your project folder.
      4) Configure environment variables:
      Create an environment file (.env) in the project folder and add the following:
      The connection string for your MongoDB database.
      The path to the Firebase service account file.
      The port number you want the server to run on.
      5) Run MongoDB: Ensure that your MongoDB instance is running. This can be either a local installation or a cloud database, such as MongoDB Atlas. Make sure the connection string is valid.
      6) Start the server: Use Node.js ('nmp run dev' command in Terminal) to launch the backend server. It should now be running on the specified port.

  • @ariba.dev10
    @ariba.dev10 Месяц назад

    what is the project structure ?
    also name that in description

    • @devv1be
      @devv1be  Месяц назад

      The project uses Clean Architecture