flutter firebase database medium
FirebaseDatabase.reference().child('recent').child('id').update({'title':'sadab is amazing' //yes I know.});
flutter firebase database medium
FirebaseDatabase.reference().child('recent').child('id').update({'title':'sadab is amazing' //yes I know.});
flutter firebase database medium
//you can use "push" if you want an automated id, I'm giving my document id here.FirebaseDatabase.instance.reference().child('recent').child('id').set({'title': 'Realtime db rocks','created_at': time});
flutter firebase database medium
//remove() is equivalent to calling set(null)recentJobRef.child('id').remove();
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us