joehan

Results 40 comments of joehan

First of, apologies for the very delayed response to this - this repo was unmaintained for a bit, but we are trying to bring it back to life. It looks...

Apologies for the slow response here, this slipped past me. To give some clarity on the extensions emualtor: - The 'normal' namespace (`functions.database.ref.onCreate`) defines a trigger and a handler, whereas...

Hey @itsikbelson-spotlight, I'm looking into this. 2 questions: 1 - Could you share your full debug log? 2 - You mentioned that you are deploying from a GH action. Does...

Could you verify that the project number in the error message "Mobile SDK API has not been used in project " matches your project? If not, it might be 563584335869...

So, after digging through the code a bit, that API is used during extension deploy. When deploying extensions that use Firebase Auth, we make a call to that API to...

Talked to some folks who know more about that API, and realized that we shouldn't actually enable it on the user project - that call is meant to go to...

@itsikbelson-spotlight Thanks for the GH action code. I set that up on a test repo (https://github.com/joehan/gh-action-test/actions/runs/3277388571/jobs/5394597350), but I haven't been able to reproduce the issue. My best guess at this...

Changed these checks to be best effort, which should resolve this issue. Unfortunately, I wasn't able to repro the issue you were facing, even using `GOOGLE_APPLICATION_CREDENTIALS`+ a service account JSON....

Hey all, sorry to see the issues you've run into. The most common cause of this issue is proxy misconfiguration, which has proven to be quite difficult to debug over...

@cd-blanche Could you open a separate issue? I think what you're seeing is different from the original feature request here.