File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Instead, you can use the
190190
191191If 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
194194in the included ` /externs ` directory in this package:
195195
196196```
@@ -206,3 +206,8 @@ externs/
206206
207207The 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.
You can’t perform that action at this time.
0 commit comments