07 Create Data for Firebase - Flutter Firebase Basic CRUD Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • #Flutter #Firebase #CRUD #VsCode #MyCollegeApp
    Hi everyone, I am ‪@abdulazizahwan‬ . In this playlist, we are going to learn How to Create a Simple Flutter Firebase Create Read Update Delete App. At the moment I don't use a lot of layout and I haven't applied design patterns to my Flutter application.
    And as an experimental material, I use a student biodata case study as a dummy database Firebase for this application, which consists of name, student ID and study program ID. All videos in this playlist can be accessed from the link below
    Part 1 ► Introduction and Overview • 01 Introduction and Ov...
    Part 2 ► Setting Up Layout TextFormField • 02 Setting Up Layout T...
    Part 3 ► Setting Up Layout Button • 03 Setting Up Layout B...
    Part 4 ► Firebase Introduction • 04 Firebase Introducti...
    Part 5 ► Connect Firebase to Android Project • 05 Connect Firebase to...
    Part 6 ► Connect Firebase to iOS Project • 06 Connect Firebase to...
    Part 7 ► Create Data for Firebase • 07 Create Data for Fir...
    Part 8 ► Read Data from Firebase • 08 Read Data from Fire...
    Part 9 ► Update Data for Firebase • 09 Update Data for Fir...
    Part 10 ► Delete Data from Firebase • 10 Delete Data from Fi...
    Part 11 ► Show All Items on ListView using StreamBuilder • 11 Show All Items on L...
    ☕ BUY ME A COFFEE
    Link ► www.buymeacoffee.com/abdulazi...
    🤙 JOIN MY DISCORD
    Link ► / discord
    Hopefully, you would love this video.
    I am so grateful if you want to hit the subscribe button. Thanks
    👨‍💼 Business Inquiries: helloabdulazizahwan@gmail.com
    ----------------------------------
    🎬 ANOTHER PLAYLIST
    Flutter Tutorial - Basic [EN]
    Link ► • Flutter Tutorial - Bas...
    Android Studio Tutorial
    Link ► • Android Studio Tutorial
    Visual Studio Tutorial
    Link ► • Visual Studio Tutorial
    ----------------------------------
    📚 MY REFERENCES
    - TextFormField Class api.flutter.dev/flutter/mater...
    - RaisedButton api.flutter.dev/flutter/mater...
    - FlatButton api.flutter.dev/flutter/mater...
    - Firebase to Android firebase.google.com/docs/flut...
    - Firebase to iOS firebase.google.com/docs/flut...
    - Cloud Firestore Package pub.dev/packages/cloud_firestore
    - Firebase Document, Collections, References firebase.google.com/docs/fire...
    - Map Class api.flutter.dev/flutter/dart-...
    - StreamBuilder Class api.flutter.dev/flutter/widge...
    - ListView api.flutter.dev/flutter/widge...
    ----------------------------------
    📂PROJECT FILE
    Flutter Final Project
    Link ► gum.co/gFZPt
    ----------------------------------
    👨‍💻 GEAR LIST
    Acer Swift 3 SF314-54G-51ZK
    amzn.to/2RLKw3o
    Canon EOS M50 15-45mm IS STM
    amzn.to/37kKeYb
    Logitech C922 Pro Webcam
    amzn.to/3aEi6Rw
    Microphone Clip-On BOYA BY-M1
    amzn.to/2vjbiJf
    ----------------------------------
    📌 SUBSCRIBE ME
    Here ► bit.ly/AbdulAzizAhwan
    ----------------------------------
    📱 FOLLOW
    Twitter ► / abdulazizahwan
    Github ► github.com/abdulazizahwan
    My Blog ► abdulazizahwan.com
    ----------------------------------
    Thanks for Watching!
    #Android
    #Java
    #Kotlin
    #Swift
    #Cloud

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

  • @SomaliTechStudy
    @SomaliTechStudy 3 ปีที่แล้ว

    Thanks, I benefit from this video I appreciate it.

  • @blankkuuhaku
    @blankkuuhaku 3 ปีที่แล้ว

    Asli mantap

  • @ArjunYadav-np4fh
    @ArjunYadav-np4fh 4 ปีที่แล้ว +1

    Thank you very much for your prompt reply.

  • @MylesTristanAAreno
    @MylesTristanAAreno 3 ปีที่แล้ว

    The following NoSuchMethodError was thrown while handling a gesture:
    The method 'collection' was called on null.
    Receiver: null
    Tried calling: collection("Test")

  • @arupnaskarbkp
    @arupnaskarbkp 3 ปีที่แล้ว +2

    sir this problem show [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()

    • @samjack2001
      @samjack2001 3 ปีที่แล้ว

      for me too

    • @aican2027
      @aican2027 3 ปีที่แล้ว

      u must try one this bro, worked for me
      th-cam.com/video/O9BDHOaW5is/w-d-xo.html

    • @user-qz9bz8zx2x
      @user-qz9bz8zx2x 7 หลายเดือนก่อน

      void main() async {
      WidgetsFlutterBinding.ensureInitialized();
      Firebase.initializeApp();
      return runApp(MaterialApp(

  • @2SourceFort
    @2SourceFort 3 ปีที่แล้ว +1

    Firestore
    Show error

  • @saptarshidas979
    @saptarshidas979 3 ปีที่แล้ว

    [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()
    pls help i am getting this error

    • @j_kay6088
      @j_kay6088 3 ปีที่แล้ว

      void main() async {
      WidgetsFlutterBinding.ensureInitialized();
      Firebase.initializeApp();
      return runApp(MaterialApp(
      theme: ThemeData(
      brightness: Brightness.light,
      primaryColor: Colors.blue[800],
      accentColor: Colors.cyan,
      ),
      home: MyApp(),
      ));
      }

  • @shreyash8559
    @shreyash8559 4 ปีที่แล้ว

    Getting the error the data is not going inside the firestore

  • @nandanaufalramadhanazhari991
    @nandanaufalramadhanazhari991 4 ปีที่แล้ว

    selamat malam kak abdul, saya ingin bertanya mengenai bagian disini, kenapa saya mengalami error ya? saat klik create? saya sudah mengirim errornya di discord, semoga dibaca.. terimakasih

  • @ArjunYadav-np4fh
    @ArjunYadav-np4fh 4 ปีที่แล้ว +1

    Hi Ahwan, thanks for this series, when try to add record in firebase getting this error, please help.
    I/ebasebasicahwa(21212): The ClassLoaderContext is a special shared library.
    I/ebasebasicahwa(21212): The ClassLoaderContext is a special shared library.
    I/ebasebasicahwa(21212): The ClassLoaderContext is a special shared library.
    W/ebasebasicahwa(21212): Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
    V/NativeCrypto(21212): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
    W/ebasebasicahwa(21212): Accessing hidden method Ljava/security/spec/ECParameterSpec;->getCurveName()Ljava/lang/String; (light greylist, reflection)
    D/NetworkSecurityConfig(21212): No Network Security Config specified, using platform default
    I/ProviderInstaller(21212): Installed default security provider GmsCore_OpenSSL
    D/ConnectivityManager(21212): requestNetwork; CallingUid : 10177, CallingPid : 21212
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    W/ManagedChannelImpl(21212): [{0}] Failed to resolve name. status={1}
    Once again thanks for this play-list. Can we do the same thing with My-SQL database ?

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      I tried to find the solution and said you need to use new gradle i think

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว +1

      MySQL database i haven't yet try it with flutter

  • @vikrampandian5296
    @vikrampandian5296 4 ปีที่แล้ว

    Use realtime database sir plz do video about it

  • @yusronhanan4575
    @yusronhanan4575 3 ปีที่แล้ว +1

    Not have bad intention.
    I've tried this tutorial, but it doesn't work on me.
    I change a bit and follow firebase.flutter.dev/docs/firestore/usage/

    • @maulanaaghnii
      @maulanaaghnii 2 ปีที่แล้ว

      thanks Yusron

    • @Kefmoles
      @Kefmoles ปีที่แล้ว

      Yea, i had same experience. Couldn't use the Firestore DocumentReference

  • @alifandimas480
    @alifandimas480 3 ปีที่แล้ว

    Hallo kak abdul mohon cek discordnya ya thx

  • @vikrampandian5296
    @vikrampandian5296 4 ปีที่แล้ว

    Sir plz do video about login page with firebase and not using the "Auth" method

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      Okayy thanks

    • @vikrampandian5296
      @vikrampandian5296 4 ปีที่แล้ว

      I make a app for my collage ui stuff is completed but backend process is pending plz help me sir

  • @flutterIDN
    @flutterIDN ปีที่แล้ว

    Prosedur pemanggilan Firestore sudah berubah, tutorial ini akan membingungkan bagi yang sedang belajar.