I am trying to integrate Firebase with Parse to use Parse users in Firebase. I am trying to use the "User Authentication" feature in Firebase. To do this, I have to create a JWT (JASON Web Token) using Parse Cloud. For this, I use the jsrsasign library, but cannot create a token. Is there a tutorial or code snippet to create a JWT in Parse Cloud?
source
share