Scott Prue
Scott Prue
I am seeing a similar issue this with the graphql plugin in versions of dd-trace past v2.1.1 including v3 and v4. A few things I've noticed while looking around: *...
### Workaround I was able to get things working again with `^3.19.0` and `v4` by changing our front end config for RUM to include the `datadog` and `tracecontext` in the...
Love this idea! Thanks for sharing what happened in your case leading you to adding the feature 👏 Updating the docs and tests would be awesome - I can try...
Looks like there is a lint error after I handled a merge conflict, but I don't believe I have access to push to your fork - once you get a...
@KantiKuijk thanks again - needed to do some updates to main before I could get it in
When logging in the account is updated from the auth object, so that means that the next time the user logs in, if they did the change through Firebase, they...
After your third bullet point, have you tried logging out and back in with the old email (since you have reverted the change?). That is the only way I am...
That error is coming directly from the Firebase SDK, so really it would be whatever they suggest to debug auth. Is this happening with both Facebook and Gmail? Does it...
You can pass that state as props to a component which is using `firestoreConnect` then you can use those props in your query. Another method you can use is calling...
You do not need to pass into redux state. As mentioned, you can pass that state down as props to another component: ```js function OtherComponent() { // your component code...