We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21b946 commit 0cec349Copy full SHA for 0cec349
.opensource/project.json
@@ -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
@@ -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?
0 commit comments