Skip to content

[Notifier][Firebase] Add Firebase v1 API support #60205

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

Open
wants to merge 8 commits into
base: 7.4
Choose a base branch
from
Next Next commit
[Notifier][Firebase] Require ext-openssl
New Firebase API uses JWT authorization and OpenSSL is needed for signing it.
  • Loading branch information
Vojtech Smejkal committed May 25, 2025
commit d706a07ea60818963f492d1be2a74cbe406d8930
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"require": {
"php": ">=8.2",
"ext-openssl": "*",
"symfony/http-client": "^6.4|^7.0",
"symfony/notifier": "^7.2"
},
Expand Down