Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const data = await firebase.firestore().collection('cards').add(card);
  2. console.log(data) // this line never get executed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement