SwiftfulFirebaseAuth icon indicating copy to clipboard operation
SwiftfulFirebaseAuth copied to clipboard

Get user's token to send it to backend via HTTPS

Open aynzad opened this issue 8 months ago • 3 comments

Hi, Thanks for the amazing library. I have one question (or, if it is missing, a feature request):

After the user logs in to my app, I want to send API requests to my HTTPS backend server, and I need the Firebase 'idToken' to verify my user's identity.

Is it possible to get the 'idToken' from the 'userInfo'?

aynzad avatar Jun 18 '24 07:06 aynzad