In react native app (through Expo) using firestore permissions - request.auth is always null

前端 未结 7 1902
天命终不由人
天命终不由人 2020-12-31 09:51

Here\'s my code:

firebase.auth().onAuthStateChanged((user) => {
    if (user) {
        console.log(\"We are authenticated now!\");
        firebase.fires         


        
7条回答
  •  臣服心动
    2020-12-31 10:24

    Seems like a bug - as other high-reputation users experienced it too. I'll update more when we find a fix. If anyone got it working (on react-native through expo) please share.

提交回复
热议问题