🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/tasqr/firebase

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tasqr/firebase

v0.0.0-20150612233611-13e864ac556a
Version published
Created

Go Firebase

Helper library for invoking the Firebase REST API. Supports the following operations:

  • Read/Set/Push values to a Firebase path
  • Streaming updates to a Firebase path via the SSE / Event Source protocol
  • Firebase-friendly timestamp handling

Based on the great work of cosn and JustinTulloss.

Build Status

Circle CI

Usage

GoDoc

Installation

  • Setup your GOPATH and workspace. If you are new to Go and you're not sure how to do this, read How to Write Go Code.
  • Dowload the package:
go get github.com/ereyes01/firebase

Run the Tests

  • Install test dependencies (only needed once per workspace):
go get -t github.com/ereyes01/firebase
  • To run the tests:
go test github.com/ereyes01/firebase

FAQs

Package last updated on 12 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts