Skip to content

Commit

Permalink
Add open source config and page for RxFire (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern authored Oct 17, 2019
1 parent b21b946 commit 0cec349
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .opensource/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Firebase JavaScript SDK",
"type": "library",
"platforms": [
"Web"
],
"content": "README.md",
"pages": {
"packages/rxfire/README.md": "RxFire"
},
"related": [
"firebase/quickstart-js"
],
"tabs": [
{
"title": "Reference",
"href": "https://firebase.google.com/docs/reference/js/"
}
]
}
7 changes: 3 additions & 4 deletions packages/rxfire/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<p align="center">
<h1 align="center">RxFire</h1>
<p align="center">Firebase and RxJS for all frameworks</p>
</p>
# RxFire

Firebase and RxJS for all frameworks.

## What is RxFire?

Expand Down

0 comments on commit 0cec349

Please sign in to comment.