-
Notifications
You must be signed in to change notification settings - Fork 464
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
Support for Android / Google's Find my Device? #245
Comments
The new API seems to be called "spot":
This (protobuf?) API requires the following scopes:
It looks like it contains the following RPC services:
|
The FMD app also makes some POST requests to
and
With the proper Authorization Bearer token, I get a list of my device names and images (including "spot" devices) along with a bunch of other binary data in the |
Might be worth looking into this discussion as well to see if that helps: biemster/FindMy#51 |
Did you figure out if acquiring the Bearer token could be automated? |
@denysvitali or @adriancampos did you find out more on the API side? I implemented the FMD advertisement, where the Eid (ephemeral id) seems the key to all this. Next step would be to retrieve reports with an Eid, which might require registering it first on your google account. |
I started building out an sdk for the findmy api. |
Google recently launched its find my device network. https://blog.google/products/android/android-find-my-device/
Contrary to Apple, the specification is publicly available https://developers.google.com/nearby/fast-pair/specifications/extensions/fmdn
Is there planned to support Googles Network as well?
The text was updated successfully, but these errors were encountered: