Skip to content

Commit 0cec349

Browse files
authored
Add open source config and page for RxFire (#2273)
1 parent b21b946 commit 0cec349

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

.opensource/project.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Firebase JavaScript SDK",
3+
"type": "library",
4+
"platforms": [
5+
"Web"
6+
],
7+
"content": "README.md",
8+
"pages": {
9+
"packages/rxfire/README.md": "RxFire"
10+
},
11+
"related": [
12+
"firebase/quickstart-js"
13+
],
14+
"tabs": [
15+
{
16+
"title": "Reference",
17+
"href": "https://firebase.google.com/docs/reference/js/"
18+
}
19+
]
20+
}

packages/rxfire/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
<p align="center">
2-
<h1 align="center">RxFire</h1>
3-
<p align="center">Firebase and RxJS for all frameworks</p>
4-
</p>
1+
# RxFire
2+
3+
Firebase and RxJS for all frameworks.
54

65
## What is RxFire?
76

0 commit comments

Comments
 (0)