Michael Mancini
Results
1
comments of
Michael Mancini
Looks to be this line here: `const collection = collection(firestore, 'items');` There are 2 variables named `collection` within the same scope. You are importing the angular/fire `collection` and using it...