Addressed moderation/admin pages not loading data with error: FirebaseError: [code=invalid-argument]: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore
updated react-admin and react-admin-firebase
removed firebase import in ListReports and instead used the getFirestore() function
Checklist
[na] On the frontend, I've made my strings translate-able.
[na] If I've added shared components, I've added a storybook story.
[na] I've made pages responsive and look good on mobile.
Summary
Addressed moderation/admin pages not loading data with error:
FirebaseError: [code=invalid-argument]: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore
updated react-admin and react-admin-firebase removed firebase import in ListReports and instead used the getFirestore() function
Checklist
Screenshots
admin data now loads: