-
Notifications
You must be signed in to change notification settings - Fork 7
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
Firebase Legacy API remove #46
Comments
@luke- removing |
Hey,
(the message is cut of like that, this is not a copy paste error) Additionally I found a 501 error for the POST request to A bit of googling reveals that this is probably due to the Cloud Messaging API Legacy being deprecated more than a year ago and being disabled about three months ago:
As I created my Firebase projects more recently, I have to use the V1 version. Is it possible that this addon still only uses the deprecated and disabled API version that is incompatible with the V1 firebase version? |
As I stated in the above comment (i.e. #46 (comment)) the module currently works with both the old API and the new one, the only issue here is by default the old API is used over the new API which is why this issue was opened. 👍🏻 |
Thanks for the swift reply! I am not very familiar with this projects source code nor with PHP, so apologies for this maybe naive question: Is what you are proposing in #46 (comment) possible through configuration in the installed module or would I need to touch the source code? |
Currently as stated, the discussion is on-going for removing the legacy API from the module itself, i don't recommend touching the source code if you're not familiar with PHP or Yii2 and recommend waiting till a new version is released with the dropped support. |
Remove Legacy API
The text was updated successfully, but these errors were encountered: