Christina Holland

Results 209 comments of Christina Holland

> 2.) Since I am running on the server, it clearly has a build for the server and for the client. > 5.) The problem only persists when I call,...

I'm still not sure I'm following what we're expecting to see. I tried to simplify your example because there's a lot going on in there. This is what I got...

It's very complicated to pinpoint the cause of these errors, and a lot of different problems can lead to similar-looking errors, so to help all of us try to figure...

We are trying to talk to all the teams involved internally and come up with some way to address the problem. We will report back as soon as we have...

Here's how to use ReCAPTCHA by itself to check your scores: > ### Diagnosis > I would suggestion pinpointing the issue to see if it's an issue with ReCAPTCHA itself...

One last thing, to fix the formatting check just run `yarn format` (I think this just converts the double newlines to single in the remote-config/rollup.config.js)

Ok, I see. Confirmed, `onBackgroundMessage()` does always display a notification when received, if the payload has a "notification" property. We'll count this is a feature request.

Let me know if I am misunderstanding but I'm creating an OAuthProvider as the instructions in the guide doc you linked say to do and this seems to work? ```...

> I even tried to specify the configuration during Firebase install (`FIREBASE_WEBAPP_CONFIG="{...}" npm install firebase`) however this also doesn't work. This is pretty close to working. The problem seems to...

Can you provide steps to reproduce? I created a NextJS app, installed firebase as I described above: ``` export FIREBASE_WEBAPP_CONFIG="/my-directory/config.json" npm install firebase ``` and created a `page.tsx` that looks...