Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 478 Bytes

File metadata and controls

19 lines (12 loc) · 478 Bytes

Go Firebase

Helper library for invoking the Firebase REST API.

Circle CI

Usage

Read the godocs

Test

Set the FIREBASE_TEST_URL and FIREBASE_TEST_AUTH environment variables to a valid URL and secret, respectively.

Then run:

go test github.com/JustinTulloss/firebase...