我正在对一个api进行axios调用,并得到了所需的响应。但是,我现在需要接受该响应,并将其推送到我的firebase firestore中。我知道如何推送到firestore中,但我似乎无法正确地从axios调用中访问数据。.then(response => {
// push data into firesto
我试图清除一个Firestore数据库,该数据库中填充了许多文档和子集合,以供测试之用。Firebase CLI (firebase-tools@3.18.4)建议从Cloud中删除数据的可能性如下:选项:
-r, --recursive RecursiveDeletes the entire Firestore database, including all collections and documents.