Answers for "Unhandled Rejection (FirebaseError): Function Firestore.collection() cannot be called with an empty path."

0

Unhandled Rejection (FirebaseError): Function Firestore.collection() cannot be called with an empty path.

Add condition if parameter exists

if (id) {
 ...
}
Posted by: Guest on December-28-2020

Code answers related to "Unhandled Rejection (FirebaseError): Function Firestore.collection() cannot be called with an empty path."

Browse Popular Code Answers by Language