Aditya Gangipamula
Aditya Gangipamula
Can confirm this issue occurs, as of today, on ``` node --version v14.18.0 ``` Repro is just following the firebase setup docs, albeit with typescript imports. https://firebase.google.com/docs/admin/setup Update: Visual Studio...
May I please know why this ubiquitous use case is still not in kratos. Even after we have a PR? Is there anything we can do to help this feature...
Looks like this is the best way to get the otel based jaeger backend working. Considering that jaeger is supporting [OTLP](https://www.jaegertracing.io/docs/1.39/client-libraries/#deprecating-jaeger-clients) as primary protocol, this seems to be future-proof as...
Is somebody working on this? @dmotz Do you have a workaround for the issue?
Please do not stop the effort @ehsanmok. This is a nice initiative.
Based on: https://reactnative.dev/docs/native-modules-ios#sending-events-to-javascript Potential fix for android as per: https://github.com/facebook/react-native/issues/32051 is(sample): https://github.com/invertase/react-native-firebase/pull/5616
This should be the best answer as of today. > I was able to import > > ``` > import ReactDOMServer from "react-dom/server.browser"; > ``` > > and use it...