sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

feat: Extension framework firebase example

Open bryans99 opened this issue 3 years ago • 1 comments

And integration with Looker google workspace auth.

Extension framework SDK updated to get google access token and to allow scopes to be reauthorized if necessary.

bryans99 avatar Jun 04 '22 20:06 bryans99

Typescript Tests

0 files   -     7  0 suites   - 85   0s :stopwatch: - 4m 49s 0 tests  - 198  0 :heavy_check_mark:  - 194  0 :zzz:  -   4  0 :x: ±0  0 runs   - 675  0 :heavy_check_mark:  - 659  0 :zzz:  - 16  0 :x: ±0 

Results for commit cb53e1b3. ± Comparison against base commit 66e7013d.

This pull request removes 198 tests.
AccessToken defaults with empty token ‑ AccessToken defaults with empty token
AccessToken has a 10 second lag time for expiration ‑ AccessToken has a 10 second lag time for expiration
AccessToken is active with full token ‑ AccessToken is active with full token
ApiMethods full path with auth is just full path ‑ ApiMethods full path with auth is just full path
ApiMethods full path without auth is just full path ‑ ApiMethods full path without auth is just full path
ApiMethods path not prefixed if base url not set ‑ ApiMethods path not prefixed if base url not set
ApiMethods relative path with auth is api path ‑ ApiMethods relative path with auth is api path
ApiMethods relative path without auth is just base ‑ ApiMethods relative path without auth is just base
Browser session authenticate causes authentication ‑ Browser session authenticate causes authentication
Browser session getToken is mocked ‑ Browser session getToken is mocked
…

github-actions[bot] avatar Jun 04 '22 20:06 github-actions[bot]