Firebase VideoChat Error (Invalid document reference. Document references must have an even number of segments, but calls has 1.) [closed]
Closed 7 hours ago.
Firebase VideoChat Error (Invalid document reference. Document references must have an even number of segments, but calls has 1.) [closed]
Closed 7 hours ago.
Firebase VideoChat Error (Invalid document reference. Document references must have an even number of segments, but calls has 1.) [closed]
Closed 7 hours ago.
pls help me in my react firestore project
i have a function on my Profile.js
Got same response from firestore while retriving data using startAfter
if (startAfterDoc) { q = query(collection(db, ‘listings’), orderBy(“id”,”desc”), startAfter(startAfterDoc), limit(4)); console.log(q) } else { q = query(collection(db, ‘listings’), orderBy(“id”,”desc”), limit(3)); } For startAfterDoc I’m using whole doc as input. Image when startafterdoc not defined: Image when startafterdoc is defined: javascript reactjs firebase google-cloud-firestore 2
the “totalEmployeeSalary” array is accumulating values across multiple documents
The “totalEmployeeSalary” array is accumulating values across multiple documents (each identified by a unique “doc.id”) instead of representing the salaries for a single day.