Expo: “auth/operation-not-supported-in-this-enviroment”

前端 未结 2 1352
心在旅途
心在旅途 2021-01-19 20:23

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

2条回答
  •  死守一世寂寞
    2021-01-19 21:09

    Firebase does not support signInWithPopup in a React Native environment.

    You can view a full list of supported environments on this page.

    You can also submit a feature request for extended Firebase support for React Native here.

提交回复
热议问题