You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ThaNarie This fixed it for me too, thanks. It should be accessToken in the JavaScript and in the Java as that's what it is in iOS and Web SDK. I've included this in my pull request (with docs updated for authToken too)
abcd-ca
added a commit
to abcd-ca/react-native-firestack
that referenced
this issue
Feb 13, 2017
Solution discovered by @TheNarie in [this issue](fullstackreact#282) except I also corrected `accessToken` from the original suggestion. Docs also updated about that in same pull request.
I'm getting an argument mismatch on the
signInWithProvider
function, expected 4, received 2.I'm using the v3 branch.
The Java code expects 4 arguments (3 + callback/promise).
react-native-firestack/android/src/main/java/io/fullstack/firestack/auth/FirestackAuth.java
Line 161 in 8db8b50
But the JS code sends an object as first argument.
react-native-firestack/lib/modules/auth/index.js
Line 154 in 8db8b50
The
link
function seems to be correctly updated:react-native-firestack/lib/modules/auth/index.js
Line 137 in 8db8b50
Changing the code to this seems to work:
The text was updated successfully, but these errors were encountered: