Hi,
I'm trying to develop an app that takes user input on the watch and then sends that information to the companion app which would then be sent to a database on firestore. The app etc works fine, its the connection to firestore that's the issue.
Does anyone know if it is even possible to connect fitbit sdk to firestore? As firestore only had android, ios and web dev options, there's also the firebase-admin npm package, but the project won't pick up the module. I connected via the normal firebase package using the web dev method to connect, but this returned that the client appeared offline, I assume this is because I am using a laptop client and not a web page. If anyone knows any workarounds or ways to get past this I would appreciate the help.
I'm using the fitbit CLI fyi.
Best Answer