Dale Nguyen

Results 69 comments of Dale Nguyen

Hi @DavenMartel, your zip file contains service_account file. I deleted the link from your comment. However, you should disable that service account ASAP.

Hi @DavenMartel, just tried, and it's working for me. Deploy script ``` gcloud functions deploy scheduledFirestoreExportJSON --trigger-http --gen2 --region=us-central1 --runtime=nodejs16 --entry-point=scheduledFirestoreExportJSON --project YOUR_PROJECT_ID ``` Dependencies ``` "dependencies": { "@google-cloud/functions-framework": "^3.2.0",...

I'm glad that you solved this issue 🙌

Confirm that @johncrim suggestion works. One thing that you may need to notice is that the version of Webpack should >= 5 in order to support `fullySpecified`.

@distante yup, it's one thing that causes the issue. I have to use a relative path instead of the normal path indicated in `tsconfig.base.ts`. Not sure why it doesn't work...

@aleesaan Does it work if you `import '@angular/compiler'` to `supports/index.ts`?

Hi @gina108, Can you check if you followed these guides correctly? https://firebase-wordpress-docs.readthedocs.io/en/latest/intro/cloud-functions-deployment.html https://firebase-wordpress-docs.readthedocs.io/en/latest/auth/wordpress-user-integration.html Please make sure that you check the box: Allow Login to WP Dashboard, so it can allow...

Hi @fireflysystems, you need the PRO plugin & Users extension in order to import users from WP to Firebase. Please check the docs at: https://firebase-wordpress-docs.readthedocs.io/en/latest/extensions/firebase-users.html

Hi @malachi-padilla, do you know which version of the WooComerce extension you're using?

Thanks for your contribution. Could you please update the `readme.md`?