blob: 1b6601a4bc8c37194f2afb81d87b9bce748e542d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Firebase iOS SDK Open Source Roadmap
## More Open Source
The Firebase team plans to open source more of Firebase components.
## Continuous Integration
* [Stabilize 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
[Ensure 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.
|