Otto Bretz
Otto Bretz
I wrote down some thoughts here: https://github.com/go-ozzo/ozzo-dbx/issues/5 It would be nice to hear what others think about this.
Perhaps these improvements can be submitted to the https://github.com/ironcladlou/GoTools project as well? It is actively maintained. I've switched to it from GoSublime.
Thanks for looking at this bryn. Have you seen this issue https://github.com/sublimehq/Packages/issues/48?
I have also noticed a couple of issues with the Google Firebase docs. 1. https://github.com/expo/expo/blame/master/docs/pages/guides/authentication.md#L1050 the parameter to `Google.useIdTokenAuthRequest()` should probably be: ```js expoClientId: 'GOOGLE_GUID.apps.googleusercontent.com', iosClientId: 'GOOGLE_GUID.apps.googleusercontent.com', androidClientId: 'GOOGLE_GUID.apps.googleusercontent.com', webClientId:...
Is it possible to work around this with theming or styling? edit: it was easy to solve this with [patch-package](https://www.npmjs.com/package/patch-package)
We are also looking forward to this returning. It seems like a useful feature.
Thanks for a very nice project! On the client side, is the preferred way to pass the auth token in the headers parameter in the service call?: `private = (headers?:...
Great! Im new to js/ts but that helps a lot, thanks.
I tried using your code now but got an error on this line: `this.fetch = this._fetch` > Property 'fetch' is private and only accessible within class 'MyService'. ts(2341) Have you...
I was just about to write the same feature request. This would be very useful!