iid

package
v2.7.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package iid contains functions for deleting instance IDs from Firebase projects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is the interface for the Firebase Instance ID service.

func NewClient

func NewClient(ctx context.Context, c *internal.InstanceIDConfig) (*Client, error)

NewClient creates a new instance of the Firebase instance ID Client.

This function can only be invoked from within the SDK. Client applications should access the the instance ID service through firebase.App.

func (*Client) DeleteInstanceID

func (c *Client) DeleteInstanceID(ctx context.Context, iid string) error

DeleteInstanceID deletes an instance ID from Firebase.

This can be used to delete an instance ID and associated user data from a Firebase project, pursuant to the General Data protection Regulation (GDPR).

Jump to

Keyboard shortcuts

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