Is it ok to store user Refresh Tokens in Firestore?
I’m working with the Strava API, which uses OAuth. When the user authenticates my third party app, they are redirected to my application with a code querystring, which I can exchange with the Strava API for a refresh token of the user.
Mos… Continue reading Is it ok to store user Refresh Tokens in Firestore?