Post request to firebase without unique key
问题 I want to post new data to my firebase API, but everytime I do so, a new key, like -L545gZW7E6Ed6iqXRok is generated with my object inside it. I would like to save my object directly to the API without this new key. This SO question answers how to do it using the set() method, but I would like to achieve this using Postman. I am posting directly to firebase using Postman. url: https://my-firebase-project.firebaseio.com/galaxies.json with method POST. //current saving like this in firebase