Francisco García
Francisco García
Hello everybody, I'd like to know how goes this feature. @adhrinae do you have an estimated date? I was thinking load multiple instance but after reading this thread I think...
> @goltra There's no planned release date yet, but we are working on the next major version which can accept various requests easier. > > You can try setting the...
Hi, do you have a preview version with this features???
HI @bergben @RafaelFronteira ! I have same issue.. news about it?
> function myMapError(error: unknown, response: Response, request: Request, _options: Options): unknown | Promise { > return MyApiError.fromResponse({ error, response, request }); > } > > // During Setup of client...
If I use directly logEvent passing analytics app instance, my IDE throw this: TS2769: No overload matches this call. The last overload gave the following error. Argument of type "screen_view"...
Firstly my function was like this and work but I have a warning in console inviting me to use Modular api: ```ts const analytic = getAnalytics(); const trackScreen = async...
sorry, I have seen my mistake. I have to pass firebase_screen and firebase_screen_class instead of screen_name and screen_class
Yes, I know and this is the bug. Hope can resolve because has no sense use different parameters depending platform and have a typescript error
I have seen there is a new version (23) and I update package.. Now the error **Event parameter name is reserved** has disappear but in iOS screen_view doesn't work. I...