await updateDoc()

in src/components/Create.js [49:53]


    await updateDoc(doc(getFirestore(), 'clients', clientId), {
      // You must update this to see your ping in the debug viewer.
      debugId: '',
      lastActive: now
    });