Skip to content

Commit 8a90518

Browse files
sphippenjshcrowthe
authored andcommitted
docs(*): add per-feature supported environment info. (#33)
1 parent 4a96189 commit 8a90518

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

ENVIRONMENTS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
SUPPORTED ENVIRONMENTS
2+
======================
3+
4+
The Firebase Web SDK is _officially supported_ in the following environments:
5+
6+
| | Auth | Database | Messaging | Storage |
7+
| ----------------- | :------------------------------------------------------------: | :------: | :-------: | :------------------: |
8+
| IE9 |||||
9+
| IE10-11 |||||
10+
| Edge |||||
11+
| Firefox |||||
12+
| Chrome |||||
13+
| Chrome on iOS |||||
14+
| Safari |||||
15+
| React Native | ✓ (minus phone auth and popup/redirect OAuth operations) ||| ✓ (minus uploads) |
16+
| Node.js | ✓ (minus phone auth and popup/redirect OAuth operations) ||||
17+
| Chrome Extensions | ✓ (minus phone auth, only supports popup OAuth operations) ||||
18+
| Cordova | ✓ (minus phone auth, only supports redirect OAuth operations) ||||
19+
20+
Features are not guaranteed to work outside officially supported environments.

README.public.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Instead, you can use the
190190

191191
If you use the
192192
[Closure Compiler](https://developers.google.com/closure/compiler/) or
193-
compatable IDE, you can find API definitions for all the Firebase JavaScript API
193+
compatible IDE, you can find API definitions for all the Firebase JavaScript API
194194
in the included `/externs` directory in this package:
195195

196196
```
@@ -206,3 +206,8 @@ externs/
206206

207207
The Firebase changelog can be found at
208208
[firebase.google.com](https://firebase.google.com/support/release-notes/js).
209+
210+
## Browser/environment compatibility
211+
212+
See [ENVIRONMENTS.md](ENVIRONMENTS.md) to see which browsers/environments are
213+
supported for each feature.

0 commit comments

Comments
 (0)