firebase icon indicating copy to clipboard operation
firebase copied to clipboard

Firebase Go REST SDK

Results 7 firebase issues
Sort by recently updated
recently updated
newest added

The contents of the README might be able to get someone familiar with Go and with Firebase to get a working example using this package... if all goes well. However,...

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...

Instead of maintaining that code here, let's just use a library.

This is slightly more idiomatic go. Instead of creating a struct and passing it to Init, we replace Init with NewClient which both creates the struct and initializes it.

I setup my FIREBASE and FIREBASE_TOKEN in my environment and ran the author tests. It was failing on the last 'is' I stepped through it in the debugger and firebase...