React native – How do i read data from firestore while user is not authenticated without the cloud functions
I have encountered the following scenario(my tech stack is react-native with Expo and Firebase): User is shown the Signup screen. They fill out the form. The form is validated If the form is valid the signUp() function is called, if…