Skip to content

Comments

Clarify which thread service runs on#26

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

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

Conversation

@jasonobrien
Copy link

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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant