Cloud Firestore : Crud App Part 3 (Updating Data)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

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

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

    Thank you. This helped a lot. Good tutorial on updating data to Firestore.

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

    So cool video I learn a lot thanks

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

    what about clicks...instead of swipe for editing...please can you suggest on that..!!

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

    after swapping to the left, not able to get the update page the code is same as yours! showing this error after clicking update button (error: Provided document path must not be null.)

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

      I guess u made mistake with.... document id

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

      @@codingstuff070 Not able to solve it yet.

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

      @@shahmeet2671 send me ur code photos at instagram @codingstuff070

  • @꾸꿍이-o3r
    @꾸꿍이-o3r 3 ปีที่แล้ว

    Hi, i can store new data but when i tried to update the data, it was crashed and went back to the main activity...why is that? :(

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

      What is the error in logcat

    • @꾸꿍이-o3r
      @꾸꿍이-o3r 3 ปีที่แล้ว

      @@codingstuff070 there's no error :(

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

      If ur app crashes... Means there should be an error

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

    Sir On swaping I am not getting the update page

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

      Try to match ur code with my code... Source code is in the description box... If it doesn't solve ur problem let me know

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

    why is the subtitle missing

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

    java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference
    at com.example.crudoperationapp.MyAdapter.updateData(MyAdapter.java:44)
    at com.example.crudoperationapp.TouchHelper.onSwiped(TouchHelper.java:23)
    44th line in MyAdapter:Intent intent=new Intent(this.activity, MainActivity.class);
    23rd line in TouchHelper: final int position=viewHolder.getAdapterPosition();

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

      please help
      checked the code 2 times