Jake Taylor

Results 14 comments of Jake Taylor

My issue was that I restricted my API Key using package name and SHA-1 Signature (as suggested on Google Developer Console), but I must have gotten something wrong as removing...

Not sure why the build is failing... let me know how to fix and I will 😃

@mikecao any thoughts on this?

@mikecao, that's fair enough. I was running into problems because I wasn't using Flights autoloading, but using Composers autoloading because I was using lots of other composer packages in my...

@dobeerman I can't remember now, sorry.

Could you not just use the `tap()` helper method? ```PHP tap($auth)->login($user)->issue(); ```

Hey folks, doing some personal house cleaning - closing this as it's been stale for a while. Feel free to reopen if you like.

+1, I've been seeing a similar issue. Having been doing some major dependency upgrades throughout a monorepo, and discovered this package deep in a tree through vitest -> jsdom ->...

Sounds like you want a custom back handler, react-native has support for that, see here: https://reactnative.dev/docs/backhandler Does that help?