Installations class

当前应用程序的Installations服务。

签名:

export declare class Installations 

特性

财产修饰符类型描述
应用程序应用程序返回与此 Installations 实例关联的应用程序。

方法

方法修饰符描述
删除安装(fid)从 Firebase 中删除指定的安装 ID 和关联数据。

安装.app

返回与此 Installations 实例关联的应用程序。

签名:

get app(): App;

Installations.deleteInstallation()

从 Firebase 中删除指定的安装 ID 和关联数据。

签名:

deleteInstallation(fid: string): Promise<void>;

参数

范围类型描述
FIID细绳要删除的 Firebase 安装 ID。

返回:

承诺<无效>

当安装 ID 被删除时,承诺就兑现了。