-
My plan is to have the following functionalities working with ServiceAuth:
I am using ServiceAuth authenticaion, in documentation for ServiceAuth it reads While both realtime database operations and stream work after token recreation, I have left the example here code. Here are the relevant parts of my sketch used for setup and ota part:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can only refresh the token in case ID token authorization. The authorization using Service Account credentials was unable to refresh as google API does not provide the mean to refresh. Your request was added in the library v1.2.15. You can update and try it. |
Beta Was this translation helpful? Give feedback.
You can only refresh the token in case ID token authorization. The authorization using Service Account credentials was unable to refresh as google API does not provide the mean to refresh.
Your request was added in the library v1.2.15. You can update and try it.