Reputation: 1
I'm currently building a project to enable passive communication using several Flic buttons and Wear OS watches. I currently have an Android app up-and-running where one can scan for new Flic buttons, connect them, associate the button to a connected bluetooth device and then save the association. My current problem is that I can't get the actual notifications to work, I can successfully send them but they are not received by the Wear OS watch. In my current setup I'm using bluetooth but I would like to migrate this to send the notifications directly over the network since there will be 10+ watches receiving notifications.
Here is an outline of the user-flow/requirements of the app:
Requirements
I've been trying to get it up-and-running with Firebase Cloud Messaging but I still can't seem to receive the notifications. Any ideas on how to solve this and ensure that the notifications are sent directly to the watches?
I've tried using the Data Layer API but regardless of my setup I can't seem to get it to work. Now I'm contemplating if I should use FCM but I don't really know if that's the easiest/best way to build it.
Upvotes: 0
Views: 35