Skip to content

Commit 08cb213

Browse files
authored
Update README to reflect repo status
1 parent be7163c commit 08cb213

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# EmberFire [![Build Status](https://travis-ci.org/firebase/emberfire.svg?branch=master)](https://travis-ci.org/firebase/emberfire) [![Version](https://badge.fury.io/gh/firebase%2Femberfire.svg)](http://badge.fury.io/gh/firebase%2Femberfire) [![Monthly Downloads](http://img.shields.io/npm/dm/emberfire.svg?style=flat)](https://www.npmjs.org/package/emberfire) [![Ember Observer Score](http://emberobserver.com/badges/emberfire.svg)](http://emberobserver.com/addons/emberfire)
22

3-
EmberFire is the officially supported adapter for using Firebase with Ember
3+
## Status
44

5-
Join the [Firebase Google Group](https://groups.google.com/forum/#!forum/firebase-talk)
6-
to ask technical questions, share apps you've built, and chat with other developers in the community. You can also find us in the [Firebase Community Slack](https://firebase.community/) (look for the `#ember` room) or [Stack Overflow](https://stackoverflow.com/questions/tagged/emberfire).
5+
![Status: Experimental](https://img.shields.io/badge/Status-Experimental-blue)
6+
7+
This repository is maintained by Googlers but is not a supported Firebase product. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis.
78

89
---
910

@@ -13,7 +14,7 @@ to ask technical questions, share apps you've built, and chat with other develop
1314

1415
## Why EmberFire?
1516

16-
- **Offically supported** - Maintained by the Firebase team
17+
- **Developed by experts** - Developed and maintained by the Firebase team
1718
- **Ember Data Adapters** - [Cloud Firestore](https://firebase.google.com/docs/firestore/) and [Realtime Database](https://firebase.google.com/docs/database/) adapters for Ember Data allow you to persist your models in Firebase
1819
- **Ember Services** - `firebase` and `firebase-app` services allow direct access to the underlying [Firebase SDK instance](https://firebase.google.com/docs/reference/js/)
1920
- **Realtime Bindings** - Listen for realtime updates to your Firebase backed Ember Data models using the provided `realtime-listener` service or the `RealtimeRouteMixin`
@@ -100,4 +101,4 @@ Please consult this table when selecting your version of EmberFire and Firebase
100101
## Contributing
101102

102103
If you'd like to contribute to EmberFire, please first read through our [contribution
103-
guidelines](https://github.com/firebase/emberfire/blob/master/.github/CONTRIBUTING.md). Local setup instructions are available [here](https://github.com/firebase/emberfire/blob/master/.github/CONTRIBUTING.md#local-setup).
104+
guidelines](https://github.com/firebase/emberfire/blob/master/.github/CONTRIBUTING.md). Local setup instructions are available [here](https://github.com/firebase/emberfire/blob/master/.github/CONTRIBUTING.md#local-setup).

0 commit comments

Comments
 (0)