Categorygithub.com/firebase/firebase-admin-go
modulepackage
1.0.2
Repository: https://github.com/firebase/firebase-admin-go.git
Documentation: pkg.go.dev

# README

Build Status

Firebase Admin Go SDK

Table of Contents

Overview

Firebase provides the tools and infrastructure you need to develop apps, grow your user base, and earn money. The Firebase Admin Go SDK enables access to Firebase services from privileged environments (such as servers or cloud) in Go. Currently this SDK provides Firebase custom authentication support.

For more information, visit the Firebase Admin SDK setup guide.

Installation

To install Firebase Admin Go SDK, simply execute the following command in a terminal from your $GOPATH:

go get firebase.google.com/go

Contributing

Please refer to the CONTRIBUTING page for more information about how you can contribute to this project. We welcome bug reports, feature requests, code review feedback, and also pull requests.

Documentation

License and Terms

Firebase Admin Go SDK is licensed under the Apache License, version 2.0.

Your use of Firebase is governed by the Terms of Service for Firebase Services.

# Packages

Package auth contains functions for minting custom authentication tokens, and verifying Firebase ID tokens.
No description provided by the author

# Functions

NewApp creates a new App from the provided config and client options.

# Constants

Version of the Firebase Go Admin SDK.

# Structs

An App holds configuration and state common to all Firebase services that are exposed from the SDK.
Config represents the configuration used to initialize an App.