I wanted to save data with my custom push id in firebase database.I don't want to use firebase generated push keys as it is difficult me to do retrieved it back when needed.Someone have any idea how can I save my data with a custom auto-generated key to firebase database.I have googled enough but I didn't find any solution suitable
as u can see in above image I wanted to save my new record with id 44,45,46 and so on but when I push data firebase generate id which i don't want.Or else if anybody knows how do I retrieve this firebase generated id if I wanted to update or delete a particular record from the database. Any help will be appreciated