I've never worked with NodeJS, and I need to create a Firebase custom token so I can authenticate to my iOS app via LinkedIn.
According to the Firebase documentation, I have to create a new Firebase Admin SDK server. I'm following the NodeJS instructions, but they're not well explained. I don't understand how to communicate to the server with my app, and I can't find much documentation about it.
Has someone done this before? If so, I will appreciate your help.
Thanks.
you can do the following simplified flow(other ways to do it too):
You now have a linkedIn user with their linkedIn display name and photoURL logged in to firebase.