Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/tasqr/firebase

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tasqr/firebase

  • v0.0.0-20150612233611-13e864ac556a
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc