You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`fetch`|[IE 11<br>Node<br>Safari < 10.1<br>iOS < 10.3](https://caniuse.com/fetch)|[`cross-fetch`](https://github.com/lquixada/cross-fetch#readme)| MIT |
91
-
|`Headers`|[IE 11<br>Node<br>Safari < 10.1<br>iOS Safari](https://caniuse.com/mdn-api_headers)|[`cross-fetch`](https://github.com/lquixada/cross-fetch#readme)| MIT |
90
+
|`fetch`|[IE 11<br>Safari < 10.1<br>iOS < 10.3](https://caniuse.com/fetch)|[`cross-fetch`](https://github.com/lquixada/cross-fetch#readme)| MIT |
92
91
93
92
## Resources
94
93
@@ -100,7 +99,17 @@ Neither AngularFire or Firebase ship with polyfills. To have compatability acros
100
99
101
100
[Upgrading to v7.0? Check out our guide.](docs/version-7-upgrade.md)
102
101
103
-
**Having troubles?** Get help on our [Q&A board](https://github.com/angular/angularfire/discussions?discussions_q=category%3AQ%26A), the official [Firebase Mailing List](https://groups.google.com/forum/#!forum/firebase-talk), the [Firebase Community Slack](https://firebase.community/) (`#angularfire2`), the [Angular Community Discord](http://discord.gg/angular) (`#firebase`), [Gitter](https://gitter.im/angular/angularfire2), the [Firebase subreddit](https://www.reddit.com/r/firebase), or [Stack Overflow](https://stackoverflow.com/questions/tagged/angularfire2).
102
+
### Sample apps
103
+
104
+
We have three sample apps in this repository:
105
+
106
+
1.[`samples/compat`](samples/compat) a kitchen sink application that demonstrates use of the "compatability" API in an Angular Universal app w/TransferState.
107
+
1.[`samples/modular`](samples/modular) a kitchen sink application that demonstrates the new tree-shakable API in an Angular Universal app w/TransferState.
108
+
1.[`samples/advanced`](samples/advanced) the same app as `samples/modular` but demonstrates more advanced concepts such as dynamically importing Firebase feature modules and Firestore data bundling.
109
+
110
+
### Having troubles?
111
+
112
+
Get help on our [Q&A board](https://github.com/angular/angularfire/discussions?discussions_q=category%3AQ%26A), the official [Firebase Mailing List](https://groups.google.com/forum/#!forum/firebase-talk), the [Firebase Community Slack](https://firebase.community/) (`#angularfire2`), the [Angular Community Discord](http://discord.gg/angular) (`#firebase`), [Gitter](https://gitter.im/angular/angularfire2), the [Firebase subreddit](https://www.reddit.com/r/firebase), or [Stack Overflow](https://stackoverflow.com/questions/tagged/angularfire2).
104
113
105
114
> **NOTE:** AngularFire is maintained by Googlers but is not a supported Firebase product. Questions on the mailing list and issues filed here are answered on a <strong>best-effort basis</strong> by maintainers and other community members. If you are able to reproduce a problem with Firebase <em>outside of AngularFire's implementation</em>, please [file an issue on the Firebase JS SDK](https://github.com/firebase/firebase-js-sdk/issues) or reach out to the personalized [Firebase support channel](https://firebase.google.com/support/).
0 commit comments