E-commerce App with Kotlin Firebase | Step by Step Code Explanation

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • Shoe E-Commerce App
    Simple Shoe ordering App created with FireBase as backend
    This app has currently Five main Features
    FireBase Email Authentication
    Displaying Products into main page from FireBase Realtime DataBase
    Like Functionality
    Product Detail Page - where you choose the size of the shoes and Add the Product to the Cart
    Displaying Cart Item Products From FireStore
    Tech Stack Used
    Firebase Email Authentication
    Firebase Realtime DataBase
    Firebase Firestore
    Firebase Storage
    Connect With me to get updated
    ➯ Instagram : / dszvivian
    ➯ Github : github.com/dsz...
    ➯ Twitter : / dszvivian
    ➯ LinkedIn : / vivian-d-souza-0311571ba

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

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

    Source Code : github.com/dszvivian/ShoeApp

    • @58csevaibhavghugase21
      @58csevaibhavghugase21 ปีที่แล้ว

      can you plz share your json file of firebase database and show how you implement that data to app

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

    Great vid bro! is it possible for me to recreate the structure of the realtime database?

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

    Please make a full kotlin tutorial

  • @ManpreetSingh-ce6lk
    @ManpreetSingh-ce6lk ปีที่แล้ว +3

    bro you should make full tutorial for this app it will help lot of people

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

    great tutorial. Would you mind doing this as well in Jetpack Compose

  • @sarcastic_hi6526
    @sarcastic_hi6526 11 หลายเดือนก่อน

    On sign-in as new user....on entering password it's showing invalid password
    .. I'm entering the password as hello123

  • @m.lavanya3139
    @m.lavanya3139 ปีที่แล้ว

    hi
    how to run this project

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

    great job👏👏

  • @jopadjr
    @jopadjr 11 หลายเดือนก่อน

    159th...Thanks !!! Great tutorial !!!

  • @esthetic.mirza43
    @esthetic.mirza43 4 หลายเดือนก่อน

    When we checkout it crash can u reply plz...?

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

      Actually when we press Checkout
      It clears the products from the Recycler view List,
      And Displays a toast
      Actual Checkout Logic has not been Implemented

    • @esthetic.mirza43
      @esthetic.mirza43 4 หลายเดือนก่อน

      @@dszvivian can u plz tell where I can write this add to cart code i want for college project...tell file name nd tq for response😩

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

      CartFragment.kt
      Line 69
      I have implemented cartlist.clear()
      You can add your logic here

    • @esthetic.mirza43
      @esthetic.mirza43 4 หลายเดือนก่อน

      @@dszvivian thank you...

    • @esthetic.mirza43
      @esthetic.mirza43 4 หลายเดือนก่อน

      @@dszvivian can you send cart logic...