How to Add Firebase To your Flutter App

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

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

    i was stuck with this error for a long time. Thanks a lot you saved my day

    • @AK-ki3vo
      @AK-ki3vo  6 หลายเดือนก่อน

      You're Welcome 🔥

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

    best tutorial ever ❤

    • @AK-ki3vo
      @AK-ki3vo  3 หลายเดือนก่อน

      Thanks ❤

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

    I love your videos. They are helpful. Thanks

    • @AK-ki3vo
      @AK-ki3vo  5 หลายเดือนก่อน +1

      Thanks ❤

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

      Could you do a tuto on how to download and show pdf?
      It will be great 👍🏿👍🏿

    • @AK-ki3vo
      @AK-ki3vo  5 หลายเดือนก่อน

      It's good idea
      Why not

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

    Great explanation ❤

    • @AK-ki3vo
      @AK-ki3vo  7 หลายเดือนก่อน

      Thanks ❤

  • @Mahmoud.MFA.Fouad.
    @Mahmoud.MFA.Fouad. 4 หลายเดือนก่อน

    Thanks :)

    • @AK-ki3vo
      @AK-ki3vo  4 หลายเดือนก่อน

      Welcome

  • @raguindinjohnmarkg.9449
    @raguindinjohnmarkg.9449 2 หลายเดือนก่อน +1

    in my build.gradle I dont have buildscript and depencies why?

    • @AK-ki3vo
      @AK-ki3vo  2 หลายเดือนก่อน

      The presence and structure of build.gradle files can vary depending on the specific configuration of your Flutter project and the versions of the tools you are using

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

    ❤❤

    • @AK-ki3vo
      @AK-ki3vo  7 หลายเดือนก่อน

      Thanks ❤

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

    Good ❤❤❤❤❤

    • @AK-ki3vo
      @AK-ki3vo  7 หลายเดือนก่อน

      Thanks ❤

  • @user-zi8wb3fm5q
    @user-zi8wb3fm5q 3 หลายเดือนก่อน

    why not choose flutter for flutter?

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

      i also don't know why btw

    • @AK-ki3vo
      @AK-ki3vo  3 หลายเดือนก่อน

      Focusing on the "Android" option simplifies explanations for tutorials aimed at beginners.
      It allows them to showcase Firebase integration without diving into the nuances of Flutter-specific configuration.
      Viewers can then apply the core concepts to their Flutter projects by following the additional Flutter setup steps usually documented by Firebase

    • @AK-ki3vo
      @AK-ki3vo  3 หลายเดือนก่อน

      the Android option in the Firebase console is a starting point, and Flutter-specific setup is required for a complete Flutter application

  • @aguycallednigga1
    @aguycallednigga1 4 หลายเดือนก่อน

    * What went wrong:
    Execution failed for task ':gradle:compileGroovy'.
    > BUG! exception in phase 'semantic analysis' in source unit 'C:\flutter\packages\flutter_tools\gradle\src\main\groovy\app_plugin_loader.groovy' Unsupported class file major version 65

    • @AK-ki3vo
      @AK-ki3vo  4 หลายเดือนก่อน

      Open a terminal and run java -version
      If your version is less than Java 10, download and install the latest Java

  • @aguycallednigga1
    @aguycallednigga1 4 หลายเดือนก่อน

    after typying ./gradlew signingReport cmd
    i got this error:* What went wrong:
    Execution failed for task ':gradle:compileGroovy'.
    > BUG! exception in phase 'semantic analysis' in source unit 'C:\flutter\packages\flutter_tools\gradle\src\main\groovy\app_plugin_loader.groovy' Unsupported class file major version 65

    • @AK-ki3vo
      @AK-ki3vo  4 หลายเดือนก่อน

      Download and install Java 21 JDK from the official website and ensure the Gradle configuration specifies the correct Java version Java 21

    • @aguycallednigga1
      @aguycallednigga1 4 หลายเดือนก่อน

      @@AK-ki3vo already did that.but I've another error

    • @aguycallednigga1
      @aguycallednigga1 4 หลายเดือนก่อน

      $ flutter run
      Launching lib\main.dart on CPH2095 in debug mode...
      FAILURE: Build failed with an exception.
      * What went wrong:
      Could not read workspace metadata from C:\Users\User\.gradle\caches\8.7\groovy-dsl\e6c35db008ca5b327197f096a979cb7b\metadata.bin
      > C:\Users\User\.gradle\caches\8.7\groovy-dsl\e6c35db008ca5b327197f096a979cb7b\metadata.bin (The system cannot find the file specified)
      * Try:
      > Run with --stacktrace option to get the stack trace.
      > Run with --info or --debug option to get more log output.
      > Run with --scan to get full insights.
      > Get more help at help.gradle.org.
      BUILD FAILED in 9s
      Running Gradle task 'assembleDebug'... 11.4s
      Error: Gradle task assembleDebug failed with exit code 1
      [19/04, 7:10 pm] Robins Karani: FAILURE: Build failed with an exception.
      * What went wrong:
      A problem occurred configuring root project 'android'.
      > Could not resolve all artifacts for configuration ':classpath'.
      > Could not find com.android.tools.build:gradle:8.7.0.
      Searched in the following locations:
      - dl.google.com/dl/android/maven2/com/android/tools/build/gradle/8.7.0/gradle-8.7.0.pom
      - repo.maven.apache.org/maven2/com/android/tools/build/gradle/8.7.0/gradle-8.7.0.pom
      Required by:
      project :
      * Try:
      > Run with --stacktrace option to get the stack trace.
      > Run with --info or --debug option to get more log output.
      > Run with --scan to get full insights.
      > Get more help at help.gradle.org.

    • @AK-ki3vo
      @AK-ki3vo  4 หลายเดือนก่อน +1

      Okay
      On win go to %userprofile%\.gradle\caches
      On mac ~/.gradle/caches/
      You can browse directory delete it then run the project
      This will take some time