firebase

package
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2025 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTool

func NewTool(c Client, opts contract.ToolOptions[Client]) *defaultTool

Types

type Blackbox

type Blackbox interface {
	// contains filtered or unexported methods
}

type Client

type Client interface {
	Blackbox
	GetFirebaseIDToken(ctx context.Context, email, password, firebaseAPIKey string) (string, error)
	InitFirebase(ctx context.Context, fsys fs.ReadFileFS, accountCredentialsPath string) (*firebase.App, error)
	GenerateMockFirebaseUID(length int) string
	// contains filtered or unexported methods
}

func NewClient

func NewClient(d Dependencies) (Client, error)

type Dependencies added in v0.1.8

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL