Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

firestore return the content of an aarray Nodejs

admin.firestore().collection("User").doc(uid_player_1).collection("User Info").doc("UsernameToken").get().then(queryResult =>{

 console.log(queryResult.data());

});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #firestore #return #content #aarray #Nodejs
ADD COMMENT
Topic
Name
2+4 =