-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 Cloud Messaging #313
Comments
So does this mean they're decoupling GCM from GMS?
…On Feb 16, 2017 3:51 PM, "ale5000" ***@***.***> wrote:
Is this supported? If no, please add it.
Firebase Cloud Messaging (FCM) is the new version of GCM. It inherits the
reliable and scalable GCM infrastructure, plus new features
Info are here <https://developers.google.com/cloud-messaging/>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#313>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACrSHt9QnFmomilWCHn-9sLnVXffzJxbks5rdLbPgaJpZM4MDhxh>
.
|
FCM shouldn't require changes in GmsCore. On Android, FCM is just a new API around GCM. I don't know how it is realized on other platforms, but that's OT here. |
For the new API to appears on Android doesn't it need to be supported in GmsCore? |
@mar-v-in's comment made it sound like FCM doesn't require changes in microG (am I understanding that correctly?) but an application I use that just switched from GCM to FCM is no longer able to register my device.
|
@jfrederickson which app is that? |
Riot: https://github.com/vector-im/riot-android Looks like this is where they switched over to FCM: element-hq/riot-android@15bba9d |
Have there been any news / workarounds for this? My bank's 2FA (com.smart_id) seems to be half-broken, I think it's due to FCM :<
|
I have no idea what changed but the latest version seems to have fixed it for me! Probably this? 9e0ee10 |
Please see #439 |
I am a developer and was fighting to get my app to work with microg. So i would guess that something changed which makes it not work anymore. We need to find what. Now it also means that any app using |
Same here. My banking app offered digital cards which is an alternative to Google Pay. But I get issues during registration. I found out that the "firebase messaging id" is missing. Most likely microg is missing latest API elements. Unfortunately I do not know firebase version used in the banking app. |
Unfortunately the Fastmail app also seems to encounter a similar |
Now that 5146559 is merged, maybe this issue can be closed? |
Everything should already be fixed on the latest version of microG GmsCore so I close it for now. |
Is this supported? If no, please add it.
Info are here.
The text was updated successfully, but these errors were encountered: