我在云函数上使用了firebase云函数和javascript。而且,我想从javascript切换到typescript。但是,我不能在typescript上使用firebase-admin,因为以下命令失败。command: npm install @types/firebase-admin --save-dev
error: '@types/firebase-admin' is not in the np
在我的应用程序中,我需要从我的数据库中获取垂直条形图的图形数据。过滤基于两种状态类型和updatedAt字段。数据将被绘制成一年中的每个月。); (resultnew, resultpendingresultpending);
//both these results in Promise <pending&g