Skip to content

[Notifier][Firebase] Deprecated endpoint #58543

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

Closed
valeriy-efimov opened this issue Oct 11, 2024 · 1 comment
Closed

[Notifier][Firebase] Deprecated endpoint #58543

valeriy-efimov opened this issue Oct 11, 2024 · 1 comment

Comments

@valeriy-efimov
Copy link

valeriy-efimov commented Oct 11, 2024

Symfony version(s) affected

6.4.10

Description

Hello!
My project uses symfony/firebase-notifier but as far as I understand google has changed the API. And now this package doesn't work. Api return error "Deprecated endpoint".
But firebase-notifier is still not updated.
image
https://firebase.google.com/docs/cloud-messaging/migrate-v1

What to do?

How to reproduce

        $chatMessage = new ChatMessage(
            $message,
            new WebNotification($deviceToken, $options, $customData),
        );

        $this->chatter->send($chatMessage);
  

Possible Solution

No response

Additional Context

No response

@xabbuh
Copy link
Member

xabbuh commented Oct 11, 2024

I am closing here as we already have an issue about this (see #51147). Thank you for understanding.

@xabbuh xabbuh closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants