'Uncaught (in promise) FirebaseError: Expected type 'Zu', but it was: a custom ea object
Solution 1:[1]
You need to use getDocs instead of getDoc when querying multiple documents from a collection.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jeremy Caney |
