Skip to content

how integrate this adapter from android app? #3

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

Open
mohamedbelhassen opened this issue Apr 1, 2018 · 3 comments
Open

how integrate this adapter from android app? #3

mohamedbelhassen opened this issue Apr 1, 2018 · 3 comments

Comments

@mohamedbelhassen
Copy link

Hi,

could you please tell me how to interact with this adapter from android app?

@ranhsd
Copy link
Contributor

ranhsd commented Sep 26, 2018

Hi @mohamedbelhassen
did you managed to do it?

@mohamedbelhassen
Copy link
Author

Hi @ranhsd ,

No, I was not able to do it. may be a youtube video will help :)

@azlekov
Copy link

azlekov commented Dec 28, 2019

If anybody still interested I'm providing a Kotlin snippet:

FirebaseAuth.getInstance().currentUser?.let {
    val token = it.getIdToken(true).await()
    ParseUser.logInWithInBackground("firebase", mapOf("id" to it.uid, "access_token" to token.token)).await()
}

Basically after you are logged in using Firebase, you must obtain the Firebase ID token and using it with with combination with the user ID agains the parse custom auth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants