peter-szrnka / firebase-hosting-api-java

A simple Java library for Firebase Hosting REST API
MIT License
0 stars 0 forks source link

Custom access token retriever callback #43

Closed peter-szrnka closed 11 months ago

peter-szrnka commented 11 months ago

Currently only the Google OAuth library can be used to get the access JWT token.

Create an optional config parameter to customize the token retrieval process, and the library users can implement their own token provider.

peter-szrnka commented 11 months ago

Unnecessary feature.