Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Clarify which thread service runs on#26

Open
jasonobrien wants to merge 1 commit into
udacity:TFCM.04-Solution-AddFirebaseMessagingServicefrom
jasonobrien:TFCM.04-Solution-AddFirebaseMessagingService
Open

Clarify which thread service runs on#26
jasonobrien wants to merge 1 commit into
udacity:TFCM.04-Solution-AddFirebaseMessagingServicefrom
jasonobrien:TFCM.04-Solution-AddFirebaseMessagingService

Conversation

@jasonobrien

Copy link
Copy Markdown

Follow up to #25.

FirebaseMessagingService's onMessageReceived method isn't called on the
main thread, but on a background service thread. This does imply some
timing constraints, but not on the same order.

See docs at:
https://firebase.google.com/docs/cloud-messaging/android/receive

FirebaseMessagingService's onMessageReceived method isn't called on the
main thread, but on a background service thread. This does imply some
timing constraints, but not on the same order.

See docs at:
https://firebase.google.com/docs/cloud-messaging/android/receive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant