Categorygithub.com/justintulloss/firebase
modulepackage
0.0.0-20150706235627-da65bf12d901
Repository: https://github.com/justintulloss/firebase.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author

# Functions

No description provided by the author

# Constants

No description provided by the author

# Variables

Use this value to represent a Firebase server timestamp in a data structure.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Api is the internal interface for interacting with Firebase.
No description provided by the author

# Type aliases

A function that provides an interface to copy decoded data into in Client#Iterator.
Rules is the structure for security rules.
Timestamp is a time.Time with support for going from and to firebase ServerValue.TIMESTAMP fields.