const shardRef = docRef.collection('shards').doc(shardId.toString()); return shardRef.set({count: FieldValue.increment(1)}, {merge: true});
確定! 回上一頁