Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore
i have been solving this issue since past 2 days but cant get any idea of how it is solved const handleSignUp = () => { auth .createUserWithEmailAndPassword(email, password) .then(userCredentials => { console.log(userCredentials.user.uid) const user = userCredentials.user; console.log('Registered with:', user.email);…