diff --git a/ENVIRONMENTS.md b/ENVIRONMENTS.md deleted file mode 100644 index f98dc77f1d7..00000000000 --- a/ENVIRONMENTS.md +++ /dev/null @@ -1,19 +0,0 @@ -SUPPORTED ENVIRONMENTS -====================== - -The Firebase Web SDK is _officially supported_ in the following environments: - -| | Auth | Database | Messaging | Storage | -| ----------------- | :------------------------------------------------------------: | :------: | :-------: | :------------------: | -| IE11 | ✓ | ✓ | ✗ | ✓ | -| Edge | ✓ | ✓ | ✗ | ✓ | -| Firefox | ✓ | ✓ | ✓ | ✓ | -| Chrome | ✓ | ✓ | ✓ | ✓ | -| Chrome on iOS | ✓ | ✓ | ✗ | ✓ | -| Safari | ✓ | ✓ | ✗ | ✓ | -| React Native | ✓ (minus phone auth and popup/redirect OAuth operations) | ✓ | ✗ | ✓ (minus uploads) | -| Node.js | ✓ (minus phone auth and popup/redirect OAuth operations) | ✓ | ✗ | ✗ | -| Chrome Extensions | ✓ (minus phone auth, only supports popup OAuth operations) | ✓ | ✗ | ✓ | -| Cordova | ✓ (minus phone auth, only supports redirect OAuth operations) | ✓ | ✗ | ✓ | - -Features are not guaranteed to work outside officially supported environments. diff --git a/README.md b/README.md index e1e104eaea4..1001d6cbe80 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ To get started using Firebase, see [![Release Notes](https://img.shields.io/npm/v/firebase.svg?style=flat-square&label=Release%20Notes%20for&labelColor=039be5&color=666)](https://firebase.google.com/support/release-notes/js) +## Supported Environments +Please see [Environment Support](https://firebase.google.com/support/guides/environments_js-sdk). + ## SDK Dev Workflow ### Prerequisites