User not signed into Firebase in Share App Extension

前端 未结 3 1758
囚心锁ツ
囚心锁ツ 2020-12-16 23:17

I am making some API Firebase calls (download some user specific data) in my app share extension but the user is not signed into Firebase (aka currentUser is ni

3条回答
  •  -上瘾入骨i
    2020-12-16 23:52

    Go to your main target and extension target and setup keychain sharing. The Firebase Auth is saving the access token to the keychain.

提交回复
热议问题