Comment on page
Environments
Structure your environment for different products
The environment in fireapis, we can describe as all your APIs, Tables, Webhooks, Functions are tied to a specific environment, by this way we can have a different environment for different products and also we can have dev, staging, production environments which makes easy to test and make changes for your backend without breaking production environment
The environment can be accessed through a subdomain from fireapis, on upcoming guides you will know about the environment creation process. All cannot access your environment, you will need basic authentication with Client Token to access your environment. You can know more about authentication in an environment
In future we are planning to have merge request concepts like after making changes in one environment, after testing, we can merge those changes into another environment( i.e. production environment) in this way testing and deploying your backend changes will be made easy.
Let us move on to APIs
Last modified 1yr ago