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
currentUser
Go to your main target and extension target and setup keychain sharing. The Firebase Auth is saving the access token to the keychain.