Remy

Results 49 comments of Remy

> Anyone figured out the flow yet how one would need to set up an app to get such a working token? I just had to do the same, so...

Hey, any chance in this getting merged or reviewed? :-) Cheers

Sure, thanks for the feedback Basically we're making a caplet that is used to launch our applications without the need for a script All the setup is done in a...

I didn't check how early things are logged yet as I first wanted to know if you'd consider the change But I can try it out and let you know

> Hi, thanks for reaching out! `AuthCredential` is merely a base class that is never instantiated on its own. A `fromJSON` that works for all subclasses of `AuthCredential` would require...

fyi, if you only need to set the background, you can get away with setting some env variables because of the way the create-dmg script was written: https://github.com/create-dmg/create-dmg/blob/412e99352bacef0f05f9abe6cc4348a627b7ac56/create-dmg#L139 Setting BACKGROUND_FILE,...

fyi, hacked compatibility there: https://github.com/muryoh/yarn-isolate-workspace/commit/3b315d7a97f94bd04e86bba40d261fb2cda7c442

I believe this is a linking issue - basically when the main provider is google github just isn't added But if github is added somehow then it does work out

Sharing a bit the investigation in case it helps getting faster feedback Problem does seem to be in the linking handling More specifically, while handling it, I can see ![image](https://user-images.githubusercontent.com/1789748/151828077-d5185242-6514-46d7-8e6e-7929e32e33ef.png)...

I guess firebase sdk types are out of sync with impl AuthCredential is supposed to expose a static fromJson() function but it doesn't https://github.com/firebase/firebase-js-sdk/blob/d7d38ae272bc1b9f8a7b6a50075f95efaeb58dd8/packages/auth-types/index.d.ts#L147-L151: ```javascript export abstract class AuthCredential {...