Results 3 issues of Ian

I'm using firebase as my log repository and planning to use a queue to keep local logs until they are saved into firebase. It's OK for now since the app...

If I add 'print=silent' parameter, the client doesn't seem to realize that there will be no response and log 'unexpected end of JSON input' to console. Is there a way...

Firebase seems to keep insert order for post. But since Go doesn't have FIFO map, the order is lost for map structure. Is there an easy way to implement insert...