[TypeError: Cannot read property ‘indexOf’ of undefined]
I’m trying to delete a document from fire store one by one based on the ID but the code is not working as expected.
trying to delete a document by Id from fire store database
I’m trying to delete each document by id but the code is not working as expected.
fetch only one data of single document instead of all documents
I’m trying to fetch all data of documents inside the collection but unfortunately the code only fetch data of one single document.
fetch only one data of single document instead of all documents
I’m trying to fetch all data of documents inside the collection but unfortunately the code only fetch data of one single document.
fetch each user data from firestor failed
I’m trying to fetch each user data from firestore based on the user login, between I’m using React Native and firebase.