Adding data to firestore database with firebase functions
data i get from external api is not saved in firestore database but the record I added as last name xxxxx is successful wait db.collection('coins').add({lastName: 'xxxxxxx'}) this works but the code below does not exports.firestoreKaydet = functions.firestore .document("/users/{userId}") .onCreate(async (snap,…