aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-23 16:02:51 -0700
committerGravatar GitHub <noreply@github.com>2017-06-23 16:02:51 -0700
commitc20421a63e26733758d46e494a8f46e5fcd7cf98 (patch)
treebc7e87543849e751eb0b2d3b7b7ff4041d4a12fa
parent9917869191ecc00f6ac060fabe3cd4470bebbfab (diff)
Add ROADMAP.md (#104)
-rw-r--r--README.md4
-rw-r--r--ROADMAP.md46
2 files changed, 50 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3b41d2..184de0e 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,10 @@ FirebaseAuth, FirebaseCore, FirebaseDatabase and FirebaseStorage now compile, ru
Keep in mind that macOS is not officially supported by Firebase, and this repository is actively developed primarily for iOS. While we can catch basic unit test issues with Travis, there may be some changes where the SDK no longer works as expected on macOS. If you encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues) for it.
+## Roadmap
+
+See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source
+plans and directions.
## Contributing
diff --git a/ROADMAP.md b/ROADMAP.md
new file mode 100644
index 0000000..9b8c73b
--- /dev/null
+++ b/ROADMAP.md
@@ -0,0 +1,46 @@
+# Firebase iOS SDK Open Source Roadmap
+
+## More Open Source
+
+The Firebase team plans to open source more of Firebase components.
+
+## Build Improvements
+
+Even though they're built from the same source, the FirebaseCommunity CocoaPod
+is not currently interoperable with the Firebase CocoaPod.
+
+This is because CocoaPods does not support interdepencies between open source
+and closed source static library CocoaPods.
+
+We'd like to work with CocoaPods to add this capability and update Firebase
+build accordingly. See this
+[CocoaPods Pull Request](https://github.com/CocoaPods/CocoaPods/pull/6811).
+
+## Continuous Integration
+
+* [Stablize Travis](https://github.com/firebase/firebase-ios-sdk/issues/102)
+* [Verify Objective-C style guide compliance](https://github.com/firebase/firebase-ios-sdk/issues/103)
+
+## Samples and Integration Tests
+
+Add more samples to better demonstrate the capabilities of Firebase and help
+developers onboard.
+
+## Xcode 9 Workflow
+
+[Insure Firebase open source development works well with Xcode 9's git and
+GitHub features](https://github.com/firebase/firebase-ios-sdk/issues/101).
+
+## Other
+
+Check out the [issue list](https://github.com/firebase/firebase-ios-sdk/issues)
+to see more detail about plans and desires.
+
+If you don't see the feature you're looking for, please add a
+[Feature Request](https://github.com/firebase/firebase-ios-sdk/issues/new).
+
+## Contributing
+
+We welcome your participation and contributions! See
+[Contributing](CONTRIBUTING.md) for more information on the mechanics of
+contributing to the Firebase iOS SDK.