Closed eberperetto closed 3 years ago
I see this has been an issue for a while now. I think we can use currentUserAsync()
in as many places as we can. Also I think a new method isCurrentAsync()
would be useful for react-native users.
Thanks for this PR, it's now working as expected! Any idea on when will this be officially released? I'm using this library in a public user guide and need to only use official releases. Sorry for commenting here, not sure where to do this.
Has this been released?
New Issue Checklist
Issue Description
When using
linkWith()
on React Native using Google as a provider, it callscurrentUser()
on the background, which causes the following error:Steps to reproduce
Call
linkWith()
on a newParse.User
object and pass Google as the provider along with the correctauthData
from Google Signin. I've set this project here with the complete setup.Actual Outcome
Error message:
Expected Outcome
The linked
Parse.User
object.Environment
React Native v0.63.4
Server
4.4.0
Mac OS Catalina v10.15.7
local
Database
MongoDB
4.4.1
local
Client
2.19,0
Logs