Skip to content

Commit c6a4e22

Browse files
authored
Updated changelog and documentation (#331)
1 parent 8fe2428 commit c6a4e22

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22

33
- [changed] Upgraded Cloud Firestore client to v0.16.0.
4+
- [changed] Dropped support for Node.js 4.
45

56
# v5.13.1
67

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [Installation](#installation)
1010
* [Contributing](#contributing)
1111
* [Documentation](#documentation)
12+
* [Supported Environments](#supported-environments)
1213
* [Acknowledgments](#acknowledgments)
1314
* [License](#license)
1415

@@ -52,6 +53,15 @@ about how you can contribute to this project. We welcome bug reports, feature
5253
requests, code review feedback, and also pull requests.
5354

5455

56+
## Supported Environments
57+
58+
We support Node.js 6.0 and higher. Please note that the Admin SDK should only
59+
be used in server-side/back-end environments controlled by the app developer.
60+
This includes most server and serverless platforms (both on-premise and in
61+
the cloud). It is not recommended to use the Admin SDK in client-side
62+
environments.
63+
64+
5565
## Documentation
5666

5767
* [Setup Guide](https://firebase.google.com/docs/admin/setup/)

0 commit comments

Comments
 (0)