From 2e378937221436dabe1ea4f8406d1a98368dffb7 Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Wed, 8 May 2019 17:59:48 -0700 Subject: [PATCH 1/2] point ENVIRONMENTS.md to devsite --- ENVIRONMENTS.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/ENVIRONMENTS.md b/ENVIRONMENTS.md index f98dc77f1d7..331987fc34f 100644 --- a/ENVIRONMENTS.md +++ b/ENVIRONMENTS.md @@ -1,19 +1,3 @@ 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. +Please see [Environment Support](https://firebase.google.com/support/guides/environments_js-sdk). \ No newline at end of file From 8569a2378427e4d397d9a60091b5ef323e6ae83f Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Thu, 9 May 2019 10:50:50 -0700 Subject: [PATCH 2/2] remove environment support section to README --- ENVIRONMENTS.md | 3 --- README.md | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 ENVIRONMENTS.md diff --git a/ENVIRONMENTS.md b/ENVIRONMENTS.md deleted file mode 100644 index 331987fc34f..00000000000 --- a/ENVIRONMENTS.md +++ /dev/null @@ -1,3 +0,0 @@ -SUPPORTED ENVIRONMENTS -====================== -Please see [Environment Support](https://firebase.google.com/support/guides/environments_js-sdk). \ No newline at end of file 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