Replies: 1 comment 3 replies
-
Hi @Jlexyc, have a look at this article. It should hopefully fix your problem. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
UPD. Issue solved, thanks!
I'm trying to use react-native-firebase functions in Redux-Saga. But it always losing its context (seems like) when it's called within effect "call".
const auth = firebase.auth()
yield call([auth, auth.signInAnonymously])
And I'm getting:
TypeError: E is not a function. (In 'E()', 'E' is undefined)
Tried to bind context, but the result the same.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions