Joe Marty

Results 86 comments of Joe Marty

Oh, I missed that it was an XSRF token (I'm used to the Rails abbreviation, CSRF). Another possibility for handling something like that *if* it's something that only gets sent...

Wow - it sends back a new XSRF *only* as a cookie on every request, and expects you to send it back in the body? That is one interesting auth...

Oh, nice - great example of how to get around this kind of problem using a Native Module! :)

I had similar thoughts to @Meemaw when trying to switch to this package for the first time just recently. I guess the biggest question I have is: why doesn't `@unleash/nextjs`...

I noticed this problem myself, just trying to use `@Git Diff summarize this commit for me` in the chat panel. I assume it's the same problem, because all of the...

Just to address the question of whether the resource `locals` block will still be useful after `for_each` is working: I'm using `for_each` in a resource, but would still find a...

Hmmm... I guess I'm still confused as to the "new" format as documented then. It says it's an object with a single "policy" attribute that is a string? (unless I'm...

Ah! Okay, great, so a name string and a policy object :+1: Thanks for that tip, and for taking a look at fixing the docs! :)

I'm having the same issue on the latest version, 13.22.1, on MacOS, installed using the installation script from `firebase.tools`. Installing via `npm install -g firebase-tools` as [suggested by kwight](https://github.com/firebase/firebase-tools-ui/issues/1014#issuecomment-2369134065) gave...

Aha! I was wondering where this went. Mainly I am used to having VSCode automatically run my tests when I save a test file (using vscode-jest), and I can't figure...