Skip to content

Commit

Permalink
Merge pull request firebase#127 from FirebaseExtended/samstern-fir-oss
Browse files Browse the repository at this point in the history
Create firebaseopensource.com configuration
  • Loading branch information
kroikie authored Sep 10, 2019
2 parents bfc666d + f7c2d48 commit 2f063cf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .opensource/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "FlutterFire",
"platforms": [
"Android",
"iOS"
],
"content": "README.md",
"pages": {
"packages/cloud_firestore/README.md": "Cloud Firestore",
"packages/cloud_functions/README.md": "Cloud Functions",
"packages/firebase_admob/README.md": "Admob",
"packages/firebase_analytics/README.md": "Analytics",
"packages/firebase_auth/README.md": "Authentication",
"packages/firebase_core/README.md": "Core",
"packages/firebase_crashlytics/README.md": "Crashlytics",
"packages/firebase_database/README.md": "Realtime Database",
"packages/firebase_dynamic_links/README.md": "Dynamic Links",
"packages/firebase_messaging/README.md": "Cloud Messaging",
"packages/firebase_ml_vision/README.md": "ML Kit: Vision",
"packages/firebase_performance/README.md": "Performance Monitoring",
"packages/firebase_remote_config/README.md": "Remote Config",
"packages/firebase_storage/README.md": "Cloud Storage"
}
}

0 comments on commit 2f063cf

Please sign in to comment.