Deletes the specified instance ID and the associated data from Firebase.
Note that Google Analytics for Firebase uses its own form of Instance ID to keep track of analytics data. Therefore deleting a Firebase Instance ID does not delete Analytics data. See Delete an Instance ID for more information.
The instance ID to be deleted.
A promise fulfilled when the instance ID is deleted.
Generated using TypeDoc
Gets the
InstanceIdservice for the current app.var instanceId = app.instanceId(); // The above is shorthand for: // var instanceId = admin.instanceId(app);The
InstanceIdservice for the current app.