Versions in this module Expand all Collapse all v4 v4.1.2 Nov 30, 2020 Changes in this version + const Version + type App struct + func NewApp(ctx context.Context, config *Config, opts ...option.ClientOption) (*App, error) + func (a *App) Auth(ctx context.Context) (*auth.Client, error) + func (a *App) Database(ctx context.Context) (*db.Client, error) + func (a *App) DatabaseWithURL(ctx context.Context, url string) (*db.Client, error) + func (a *App) Firestore(ctx context.Context) (*firestore.Client, error) + func (a *App) InstanceID(ctx context.Context) (*iid.Client, error) + func (a *App) Messaging(ctx context.Context) (*messaging.Client, error) + func (a *App) Storage(ctx context.Context) (*storage.Client, error) + type Config struct + AuthOverride *map[string]interface{} + DatabaseURL string + ProjectID string + ServiceAccountID string + StorageBucket string Other modules containing this package github.com/tyahha/firebase-admin-go