 Documentation
      ¶
      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 ¶
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 ¶
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).
 Click to show internal directories. 
   Click to hide internal directories.