Well, I am new to Firebase and I want to have my own keys while pushing new data to database.
Problem:
FireBase.push().setValue(mapped_values);
In POST request it will generate ID's but in PATCH, PUT request it will mention the key which will be provided by you.