React native – Expo-go React-Native application that uses Google Authentication in Firebase
I am building a React-Native application with expo and test it with expo-go. I need to authenticate users to Firebase using Google. I managed to authenticate users in Firebase with email+password, but not with Google. I have spent several days…