Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. J

    JavaScript Foreach async array issue

    Hello, i can't access the properties of the array,because it is empty, the console says to me "This value was evaluated upon first expanding". Here is the code var querySnapshot = await getDocs(collection(db, "messages")); var arraymessages = []; querySnapshot.forEach(async (doc) => {...
Back
Top Bottom