Expo: “auth/operation-not-supported-in-this-enviroment”
问题 I develop a react-native (expo) mobile app and try to sign in with a google account to firebase, but I get an error: "auth/operation-not-supported-in-this-enviroment. This operation is not supported in the enviroment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled" Code: loginGoogle() { var provider = new firebase.auth.GoogleAuthProvider(); provider.addScope('profile'); provider.addScope('email'); firebase.auth()