iid
interface
The Firebase Instance ID service interface.
This module is available for the default app only.
Example
Get the Instance ID service for the default app:
const defaultAppIid = firebase.iid();
Properties
Methods
delete
</>Delete the Instance ID and all data associated with it. This stops the periodic sending of data to the Firebase backend that was started when the Instance ID was generated.
delete(): Promise<void>;