Firebase Realtime Database Tutorial for Android - Deleting Data #6

Firebase Realtime Database Tutorial for Android - Deleting Data #6

Simplified Coding

7 лет назад

55,940 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Zainal Arifin
Zainal Arifin - 27.07.2022 19:53

THANK YOU A LOT MY FRIEND🤘

Ответить
VIGOROUS
VIGOROUS - 27.11.2021 05:06

Thanks a lot, sir, It helps me to learn firebase database operation. Great effort sir!!

Ответить
WEMPlatform
WEMPlatform - 08.07.2021 20:40

Sir can you help me in firebase could . i need a same function code in firebase could. Not realtime firebase.

Ответить
Felix
Felix - 10.05.2021 22:17

Hi, when i try to run it it says "V/FA: Inactivity, disconnecting from the service" could you please help me what could possibly be the problem?
I can push data to the db, but i cant remove.

Ответить
zhuang ah
zhuang ah - 05.05.2021 11:38

Can i know where should i declare the ArtistID?

Ответить
Aneesh Ahamed
Aneesh Ahamed - 29.11.2020 09:50

All the 6 videos are really helpful

Ответить
Harshit Srivastava
Harshit Srivastava - 19.11.2020 11:25

Thanks alot

Ответить
Rahil hil
Rahil hil - 02.09.2020 06:40

i can delete or update only once
if i do it successively it doesn't work

Ответить
jawad arif
jawad arif - 07.08.2020 00:35

Gooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooodddddddddddddd

Ответить
Maneesh Pandian
Maneesh Pandian - 05.08.2020 09:17

Very much helpful and easy to understand. thank you very much sir...... keep posting many things

Ответить
Prabal Singh
Prabal Singh - 15.07.2020 15:32

how to get the id of firebase data item

Ответить
Jehanzeb ali
Jehanzeb ali - 21.06.2020 08:54

Sir i want an application, scheduling chat. in Schedule chat user can send message on set time..sir give me an idea how can i dot it.

Ответить
Bwalya Jeff Mulenga
Bwalya Jeff Mulenga - 25.04.2020 01:33

i have done all 6 an feel like a super hero

Ответить
Bwalya Jeff Mulenga
Bwalya Jeff Mulenga - 25.04.2020 01:33

these tuturials are amaizing

Ответить
Soulandbone
Soulandbone - 10.04.2020 12:04

Very useful, thank you very much

Ответить
wrabbit
wrabbit - 05.04.2020 05:27

Thank you so much sir! your tutorials help me to do my projects! God bless, sir stay safe!

Ответить
TechnicalMobile
TechnicalMobile - 04.04.2020 14:46

Sir its humble request that . Plz upload video that ... Pdf file upload, retrieve, delete in firebase ....... android studio

Ответить
Mohsin Khan
Mohsin Khan - 29.02.2020 09:25

Very Beautiful Sir.

Ответить
Oriyagami
Oriyagami - 16.11.2019 12:56

how can i get the artistId if i don't have update part, or which variable can replace to remove value.

Ответить
Arpit Jain
Arpit Jain - 15.11.2019 10:02

Thanks for the tutorial, it was really helpful. But you should return true from the setOnItemLongClickListener otherwise your click and longClick both will be triggered.
You should update the Genre as well in the update dialog, it was missing.

Ответить
School Mangament
School Mangament - 16.09.2019 07:43

how to delete item from firebase list view ...i faced that issuse in my project sir g?

Ответить
UMESH LAKHTARIYA
UMESH LAKHTARIYA - 12.09.2019 12:17

Awesome explanation

Ответить
Zaid Basar
Zaid Basar - 08.09.2019 14:42

can you please tell me what is the artist ID here? how did you define artistID ? and also i have used a valueEventListener to retrieve data in listview.. so can i use child event listener also ? but just for deleting data

Ответить
Pradnya Kumavat
Pradnya Kumavat - 28.07.2019 23:34

Thank you for the tutorials but can we be able to update and delete the Tracks ?

Ответить
wilhelm
wilhelm - 23.07.2019 12:16

great content man!

Ответить
Anant Vekariya
Anant Vekariya - 22.07.2019 17:40

how to add data into firebase when the rules are set to false

Ответить
Abhijeet warade
Abhijeet warade - 12.06.2019 22:19

how to add story in chat app nd set timmer that it will remove automatically

like other popular app

Ответить
Shovan Paik
Shovan Paik - 16.05.2019 10:54

Thank you so much, It's really helpful.

Ответить
Vasimmohmad Meman
Vasimmohmad Meman - 05.05.2019 10:44

How can I set listView with artists name with track.

Ответить
Sikandar Niaz
Sikandar Niaz - 26.04.2019 06:04

where did u declare artist id

Ответить
Yousra Chahinez HADJ AZZEM
Yousra Chahinez HADJ AZZEM - 25.03.2019 22:01

Thank you, but i have a problem please help me ... in my code i want to delete the the current user it's work ... and also his information like image , id, username... but after using "removeValue" app crash but the information is deleted..
my code -->
final FirebaseUser user =FirebaseAuth.getInstance().getCurrentUser();
if(user != null){

user.delete().addOnCompleteListener(new OnCompleteListener<Void>() {
@Override
public void onComplete(@NonNull Task<Void> task) {
if(task.isSuccessful()){
Intent i = new Intent(getContext(), RegisterActivity.class);
startActivity(i);

Toast.makeText(getContext(), "Account deactivated", Toast.LENGTH_LONG).show();
DatabaseReference ref=irebaseDatabase.getInstance().getReference("Users").child(user.getUid());
ref.removeValue();
}else {

Toast.makeText(getContext(), "Account could not be deactivated", Toast.LENGTH_LONG).show();
}
}
});
}

Ответить
fifth main
fifth main - 25.03.2019 21:11

I watched the 1st tutorial video and then the 6th one(this one) directly. If I were to delete one artist by providing the atristId while the database was like in the first video, how do I do it? Please help sir.

Ответить
Mohit Gurbani
Mohit Gurbani - 12.02.2019 20:42

How to post or upload images in firebase

Ответить
Rishit Sheth
Rishit Sheth - 26.01.2019 22:18

thanks man..!! Appreciate it. Journey with Firebase became so easy. (to start with)

Ответить
Abdul Muktadir
Abdul Muktadir - 23.11.2018 01:40

Thanks a lot, amazing Explanation. I have few question if you are active. I will ask.. Waiting for your reply....................

Ответить
Californication91
Californication91 - 20.11.2018 04:54

Thanks Apu

Ответить
Sachin Srivastava
Sachin Srivastava - 03.10.2018 19:54

All these tons of lines of codes........Do you remember all this or you take any reference?

Ответить
norkci
norkci - 27.09.2018 09:43

Thanks a lot! Great help!

Ответить
Subramani Naga
Subramani Naga - 26.09.2018 17:45

How to delete previous week data in firebase real-time database.

Ответить
Sushil.k.Sharma
Sushil.k.Sharma - 20.07.2018 20:29

how to delete the value of particular node in firebase database. please help me .

Ответить
Danish Arquam
Danish Arquam - 06.07.2018 15:41

Sir plz tell me how we can get notification on any changes in firebase database even when the apps is killed by swiping up? Plz sir

Ответить
S4 SIDDHARTH
S4 SIDDHARTH - 03.07.2018 14:33

Thank you so much for these videos...

Ответить
abhinesh chandra
abhinesh chandra - 02.07.2018 09:16

sir plzz add video on how to add permission like one person can see only his feedback like manager other person can see all general feedback,only one person can delete data something like this plzz sir.thanking you in advance.

Ответить
Vishal Vanpariya
Vishal Vanpariya - 27.06.2018 14:54

awesome series
please make video on Authentication in android by Firebase

Ответить
jakie jones
jakie jones - 29.05.2018 13:55

Thank you so much for this tutorial..

Ответить
Hassan Mughal
Hassan Mughal - 30.04.2018 00:41

com.google.firebase.database.DatabaseException: Can't convert object of type java.lang.String to type com.example.mirza.coffeegee.Order11 error ??? solution

Ответить
Sharif Rafid Ur Rahman
Sharif Rafid Ur Rahman - 13.04.2018 17:43

Very good video

Ответить
thameur amel
thameur amel - 01.04.2018 14:57

Chauffeurc artist = postSnapshot.getValue(Chauffeurc.class);error in this ligne can help me

Ответить