firebase icon indicating copy to clipboard operation
firebase copied to clipboard

Firebase Go REST SDK

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

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

enhancement

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