Answers for "firestore save a score as a number not a string in js"

0

firestore save a score as a number not a string in js

....
    db.collection('users').doc(user.uid).collection('items').doc('manual').collection('transactions').add({
      amount: createForm.amount.Value,
      name: createForm.name.value,
      category: createForm.category.value,
      date: createForm.date.value,
      userUID: user.uid
    })
....
Posted by: Guest on April-13-2021

Code answers related to "firestore save a score as a number not a string in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language