Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Vercel OIDC for Firestore #14

Open
yoseio opened this issue Aug 13, 2024 · 1 comment
Open

Use Vercel OIDC for Firestore #14

yoseio opened this issue Aug 13, 2024 · 1 comment

Comments

@yoseio
Copy link
Owner

yoseio commented Aug 13, 2024

https://vercel.com/docs/security/secure-backend-access/oidc/gcp

@yoseio
Copy link
Owner Author

yoseio commented Aug 14, 2024

Firebase Admin SDK does not support Workload Identity.
firebase/firebase-admin-node#1377

Since /tmp is available in Vercel and @google-cloud/firestore seems to support Workload Identity, I think the only solution is to dynamically create an ADC file and store it in /tmp.

@yoseio yoseio changed the title Use Vercel OIDC Use Vercel OIDC for Firestore Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant