[Solved] How can I subscribe to many NEST devices from many different users using a single Node.JS server

Firebase engineer here, The problem with this current approach is that Nest currently only allows a single token to authenticate at a time, and since Firebase clients cache authentication state once authenticated, in order to do this in a single process on one of said servers, you would have to auth, perform the operation, then … Read more