-
-
Notifications
You must be signed in to change notification settings - Fork 207
becomeInBackground #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, you need to send the token from a cloud function, and then you can do this:
But this is not in release, so we need to wait to the new release, see #58 |
Oh ok and could you show me an exemple of how you retrieve the token from your cloud function response please ? |
Yes, this is not a cloud function, but you can do something like this, and return the token in the cloud function.
I dont know if this code will work for you, Im doing a login without password, its by email link/code. |
Oh, I can't call .getSessionToken() on my user, where this method comes from ? |
Is a js method, in your cloud code you can call it: |
Oh ok and is it possible to retrieve this token in app with Dart code ? |
Why do you need login with token?, I think that no, this a server thing, and must be done with the masterkey |
Because it's the way that I have to login on my server like this : https://docs.parseplatform.org/android/guide/#setting-the-current-user |
You can do the normal way: This is implemented in this sdk, with username and password |
Hi,
Is it possible to use becomeInBackground (like in the Android guide from Parse : https://docs.parseplatform.org/android/guide/#setting-the-current-user)
The text was updated successfully, but these errors were encountered: