Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add open source config and page for RxFire #2273

Merged
merged 1 commit into from Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions .opensource/project.json
@@ -0,0 +1,20 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this file for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty cool!

"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
@@ -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