Hi,
I would be grateful if you advise on the OAuth client id's required when developing the android nrF beacon for Eddystone.
From reading the nrF beacon for Eddsytone source code on GitHub it is clear the app enables server side access as outlined here; developers.google.com/.../offline-access. This requires a web application client ID for the backend server, which is different to the client ID of the app. So;
- Is this backend server Google's authorisation server.
- Where is the client ID of the app used, and is it stored in the app like the API key
- Does the client ID of the app enable the user from accessing the Proximity beacon API based on whether they have owner or editor rights in the console project.
Thanks