firebase
firebase copied to clipboard
Firebase Go REST SDK
Currently Watch accepts a stop channel and returns an event channel. I'd like to make a simpler API that emulates bufio.Scanner. This should wrap the existing implementation to preserve binary...
I have a whole mocking framework I've implemented to help me override the `api` parameter to NewClient() and specify expected sequences of Firebase calls and/or SSE events in a test...
Firebase query parameters are quite static, and can be represented as fields in a struct. This would be preferred over the current params map, since it would remove the possibility...