firebase icon indicating copy to clipboard operation
firebase copied to clipboard

A Go package for the Firebase REST API #golang

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

It should be `fred := new(Person)` or `fred := &Person{}`.

I can get some of this to work, but what little documentation is included is so terse that it's not terribly useful. Some full examples of returning a record and...

your example wouldn't run properly without that because the json Marshal was expecting a pointer