-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Build a replacement for GCM/FCM (used for Desktop notifications) #4431
Comments
cc: @diracdeltas @bbondy @bridiver from the discussion linked to above |
Additional comment, per @iefremov:
|
cc: @rebron for prioritization |
I honestly don't care if these services reach Google. Could there be some way push notifications can be enabled in Brave? A flag, something? Give users a chance to choose what to do until you implement an alternative to GCM/FCM, please. |
Any update on this? |
Latest update:
Will give an update in the other issue about where we're at 😄 |
And here's how our entire development team now transitions off of Brave... |
@MarkMakes What? |
Also hitting this issue on Brave working with Googles cloud messaging. Any updates? |
Working for me now, at least with JoinApp (which was broken for a long time due to this). More info here: #2408 (comment) |
Any update on this? @LesterCovax @bsclifton |
@aboydpoi What do you mean? I said it was working for me. 😕 |
With the new setting, the feature itself should work great No progress or updates on a complete replacement for GCM/FCM. As shared above, Mozilla does have an implementation that we could explore, but we haven't prioritized this work (yet) |
Where is this option in Version 0.70.123 Chromium: 78.0.3904.97 (Official Build) (64-bit) ? |
@totomaze it's not there, as that is a fairly old build. Can you please update to a newer build? Current release channel is 1.1.23 |
Hey! |
I replied a while back that it works just fine now. I'd create a new issue
if you're having issues.
…On Tue, Jun 16, 2020, 1:01 PM Fluf22 ***@***.***> wrote:
Hey!
Any news on the prioritization of this issue?
Thanks 😁
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4431 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJ4OMRKNPE6JJG3TGZFCWLRW6QPFANCNFSM4HM4DINQ>
.
|
I'm not sure why, but blocking FCM has also broken Firebase Callable Functions in Angular. Here's a comment I made for it: angular/angularfire#2475 (comment) I don't think there is much the Angular team can do to fix it since it seems the issue is on Brave itself. Now my whole app is broken in Brave since I rely on callable functions. |
Closing as unplanned. We can re-open or create a new issue if we want to consider this |
Task
Chromium/Chrome have GCM (Google Cloud Messaging - deprecated April 2018) and FCM (Firebase Cloud Messaging) enabled. These protocols are used in delivering notifications on the Desktop product (at least, on Chromium/Chrome). Because these reach out to Google, we have disabled them:
Implementing this task would mean standing up a service (are there any off-the-shelf solutions?) that can handle routing these notifications in a private and secure way
Implementation of this task would unblock #2362
Associated Project
#2362
Also see Slack conversation at https://bravesoftware.slack.com/archives/C7VLGSR55/p1557485850144300
The text was updated successfully, but these errors were encountered: