kreait / firebase-bundle

A Symfony Bundle for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
135 stars 25 forks source link

Add ability to override project id #63

Closed rogierknoester closed 1 month ago

rogierknoester commented 1 month ago

Description

Sometimes credentials are from a different GCP project than the service being used (e.g. a workload in project A needs to access apps in project B). These changes allow overriding the project id, as it is usually part of the service account's credentials already.

Fixes #62

Checklist:

jeromegamez commented 1 month ago

I will release it tomorrow when I'm back at my desk!

jeromegamez commented 1 month ago

Done! https://github.com/kreait/firebase-bundle/releases/tag/5.4.0

rogierknoester commented 1 month ago

Thanks for the quick responses!