Search code examples
nest-api

Is there a limit to the amount of connections you can make to the Nest api?


I'm currently looking into a cloud to cloud integration with Nest.

We have a requirement to permanently connect 100K+ users to the Nest api. We will likely be using a Node app and the Firebase library to do this. Is there a limit to the volume of connections we can make to Nest?


Solution

  • This really isn't a programming question per se, but here is the answer:

    When you create a new client, Nest gives you a limit of 50 active user tokens for development purposes.

    To increase the limit for production use, just submit for Product Review and add a note about the expected number of users, which is also explicitly done at setup of the product.

    The Nest API and Firebase are designed to handle large numbers of connections and shouldn't have a problem. Nest's review process is designed to identify edge cases and allow Nest to provide feedback on system design. For a large number of users I would allow more time (weeks, rather than days) to tweak the server to server communications for best performance.