'Uncaught (in promise) FirebaseError: Expected type 'Zu', but it was: a custom ea object

I'm trying to get data from firestore and show it in the frontend. But I keep getting this error "Uncaught (in promise) FirebaseError: Expected type 'Zu', but it was: a custom ea object" Code:My code

Error: Error



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