No video

4. Update and Delete data in Firebase Database | Android

  Рет қаралды 27,028

BTech Days

BTech Days

3 жыл бұрын

#donate
#btechdays
#purchase
DONATE US:-
PayPal :- www.paypal.me/btechdays
Upi ID :- btechdays.care@oksbi
---------------------------------------------------
We provide Source code at affordable prices.
Contact us on INSTAGRAM to Purchase or Support:- btechdays?igshi...
---------------------------------------------------
1. Create Firebase Realtime Database and Set Rules
Link:- • 1. Create Firebase Rea...
2. Retrieve Firebase data to RecyclerView
Link:- • 2. Retrieve Firebase d...
3. How to Search in Firebase Database in Android
Link:- • 3. How to Search in Fi...
4. Update and Delete data in Firebase Database | Android
Link:- • 4. Update and Delete d...
5. Add data to Firebase Realtime database from Android
Link:- • 5. Add data to Firebas...
---------------------------------------------------
Dialog Plus
Link:- github.com/orhanobut/dialogplus
---------------------------------------------------
Trust is one of the important thing.
You can trust us that we have designed each stuff in this video in detail.
And
If you have any error just share a screenshot with us we will resolve it ASAP.👇
We are online 12×365👍🏻😉(9am to 9pm each day)
On the basis of our support, you are free to give us feedback on
EMAIL ID:- btechdays.care@gmail.com
FOLLOW us At INSTAGRAM:- btechdays?igshi...
---------------------------------------------
We provide Source code at affordable prices.
In return,
We need only one favor from you JUST SUBSCRIBE 👍🏻this help us to GROW🤘🏻
-----------------------------------------------------------------------

Пікірлер: 32
@vipulhihoriya2914
@vipulhihoriya2914 Жыл бұрын
sir ye update button mai getref variable mai kya store hai ??
@CRIZ209
@CRIZ209 Жыл бұрын
Why when touch the EditText in the dialog , i want back to the ListView , the app close ???
@biciindia2603
@biciindia2603 2 жыл бұрын
How to write for cloud firestore in update and delete function
@korde4151
@korde4151 Жыл бұрын
Godlike tutorial
@pratyushpandey2238
@pratyushpandey2238 2 жыл бұрын
Sir by this method how can update image
@vivekbillore6426
@vivekbillore6426 Жыл бұрын
thank you greate efforts
@animmortalmusic1248
@animmortalmusic1248 2 жыл бұрын
My update_popup shows at the back not in front when I click the Edit button. Btw Thanks a lot.
@user-mi2ns6fl7j
@user-mi2ns6fl7j Ай бұрын
This is not working the update data in firebase . error: cannot find symbol .child(getRef(position).getKey()).updateChildren(map) ^ symbol: method getRef(int)
@best_funny123
@best_funny123 Жыл бұрын
I got an error in the print position
@emmanuelevans8427
@emmanuelevans8427 Жыл бұрын
Thank you so much for this video. It is more like an answered prayer for me. I just have one more challenge. My popup update layout has more fields than the example, so I can't see the first two fields when I want to update. Can I have it constrained or implement a recycler view on it. Thanks
@nazansari9902
@nazansari9902 Жыл бұрын
You should increase the layout height from 1200 to ....
@shreyasaxena270
@shreyasaxena270 11 ай бұрын
meaning?@@nazansari9902
@mohomedirfan5010
@mohomedirfan5010 3 ай бұрын
It works ,...Thank You
@BTechDays
@BTechDays 3 ай бұрын
Welcome 👍
@sthembisoncwane3412
@sthembisoncwane3412 Жыл бұрын
Can I use pop-up menu to insert data to database ?
@matheusalmeida1302
@matheusalmeida1302 Жыл бұрын
yes, i used in my app and worked in the first try after changing some text in the code
@YashVerma-pz4tu
@YashVerma-pz4tu Жыл бұрын
Can Anyone Tell me What is The getRef() method means
@mohomedirfan5010
@mohomedirfan5010 3 ай бұрын
use this code : MainModel currentModel = getItem(holder.getAdapterPosition()); and //---FirebaseDatabase.getInstance().getReference().child("Flowers") .child (getRef(holder.getAdapterPosition()).getKey()).updateChildren(map) .addOnSuccessListener(new OnSuccessListener() {.................
@wildwoolf9986
@wildwoolf9986 7 ай бұрын
13:44
@sumayaazadjerin2063
@sumayaazadjerin2063 Жыл бұрын
where did you get the getRef?
@farooqahmed768
@farooqahmed768 Жыл бұрын
That's exact question I have as well
@pratikyadav.9201
@pratikyadav.9201 9 ай бұрын
Did you find any answer??
@ShakeelAhmad-sc9gv
@ShakeelAhmad-sc9gv 11 ай бұрын
getRef(position) I'm facing error in this code please help me
@mohomedirfan5010
@mohomedirfan5010 3 ай бұрын
same to me
@mohomedirfan5010
@mohomedirfan5010 3 ай бұрын
i rectified the error...
@pavelsantiago7613
@pavelsantiago7613 8 ай бұрын
how did they solve the position error?
@mohomedirfan5010
@mohomedirfan5010 3 ай бұрын
use this code : MainModel currentModel = getItem(holder.getAdapterPosition()); and //---FirebaseDatabase.getInstance().getReference().child("Flowers") .child (getRef(holder.getAdapterPosition()).getKey()).updateChildren(map) .addOnSuccessListener(new OnSuccessListener() {.................
@mohomedirfan5010
@mohomedirfan5010 3 ай бұрын
my database name is : Flowers ...you may change according to yours
5. Add data to Firebase Realtime database from Android
21:59
BTech Days
Рет қаралды 10 М.
Bottom menu!
25:17
itDev
Рет қаралды 2,8 М.
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 15 МЛН
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 3,8 МЛН
路飞太过分了,自己游泳。#海贼王#路飞
00:28
路飞与唐舞桐
Рет қаралды 38 МЛН
How to store data in Firestore Flutter - Cloud Firestore 2023
13:08
Coding With T
Рет қаралды 88 М.
Custom layouts and graphics in Compose
20:25
Android Developers
Рет қаралды 51 М.
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 132 М.
1. Create Firebase Realtime Database and Set Rules
8:14
BTech Days
Рет қаралды 56 М.
FIRESTORE Android 🔥 BASE de DATOS con Firebase
17:29
MoureDev by Brais Moure
Рет қаралды 88 М.