I followed some tutorials with Vapor and despite that I understood how to Get or Put or Patch some JSON values on the server, I have no idea how to send dictionary to Firebase from within the app.
I've tried to write some data on Firebase using Postman and I have no problem, but I have no idea how to handle the parameters of the request using Vapor ?
Can anyone, please, tell me where I have to put the URL of the database and how to make the request? Or even better, if there's some example on GitHub, I can look at?