thanks to take time and give me some help
This is my situation: I have a web application that use google calendar api, but the user let say userA only have access to read the calendars, to create an event in the calendar I have to impersonate the request to the google api and send an auth_token with write grant, let say UserB (the userb exist in the database, and I save there access_token and refresh token) provided by firebase
My question is, can I use, the refresh token firebase response to refresh the access_token? or that refresh token will not work with the google oath api?
Thanks for your help any comment is welcome.