Skip to content

Commit

Permalink
Update Firebase iOS quickstarts READMEs for Swift 3 support
Browse files Browse the repository at this point in the history
Change-Id: I03671c87cd8e838e47ef864be8ab0badbbafd982
  • Loading branch information
ulukaya committed Oct 6, 2016
1 parent 24f8c41 commit 7915ee8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion admob/README.md
Expand Up @@ -15,7 +15,7 @@ Getting Started
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
- Run the sample on your iOS device or simulator.

Note: You will need Swift 2.0 to run the Swift version of this quickstart.
Note: You will need Swift 3.0 to run the Swift version of this quickstart.

Support
-------
Expand Down
2 changes: 1 addition & 1 deletion config/README.md
Expand Up @@ -13,7 +13,7 @@ Getting Started
- Alter configuration in the Remote Config console, for example creating an override for `loading_phrase`.
- Run the sample on your iOS device or emulator.

Note: You will need Swift 2.0 to run the Swift version of this quickstart.
Note: You will need Swift 3.0 to run the Swift version of this quickstart.

Support
-------
Expand Down
2 changes: 1 addition & 1 deletion crash/README.md
Expand Up @@ -16,7 +16,7 @@ Getting Started
- Run the sample on your iOS device or emulator.
- Trigger a crash, and wait a few minutes to see it in the console

Note: You will need Swift 2.2 to run the Swift version of this quickstart.
Note: You will need Swift 3.0 to run the Swift version of this quickstart.

Support
-------
Expand Down
2 changes: 1 addition & 1 deletion database/README.md
Expand Up @@ -12,7 +12,7 @@ Getting Started
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
- Run the sample on your iOS device or emulator.

Note: You will need Swift 2.0 to run the Swift version of this quickstart.
Note: You will need Swift 3.0 to run the Swift version of this quickstart.

Support
-------
Expand Down
2 changes: 1 addition & 1 deletion dynamiclinks/README.md
Expand Up @@ -22,7 +22,7 @@ Getting Started
your Dynamic Link and be taken to the quickstart app.
- On as of iOS 9, only Universal Links are considered strong links.

Note: You will need Swift 2.0 to run the Swift version of this quickstart.
Note: You will need Swift 3.0 to run the Swift version of this quickstart.

Screenshots
-----------
Expand Down
2 changes: 1 addition & 1 deletion invites/README.md
Expand Up @@ -14,7 +14,7 @@ Getting Started
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
- Run the sample on your iOS device or emulator.

Note: You will need Swift 2.0 to run the Swift version of this quickstart.
Note: You will need Swift 3.0 to run the Swift version of this quickstart.

Support
-------
Expand Down
2 changes: 1 addition & 1 deletion messaging/README.md
Expand Up @@ -18,7 +18,7 @@ Getting Started
- Update the app Bundle ID in XCode to match the Bundle ID of your APNs cert.
- Run the sample on your iOS device.

Note: You will need Swift 2.0 to run the Swift version of this quickstart.
Note: You will need Swift 3.0 to run the Swift version of this quickstart.

Screenshots
-----------
Expand Down

0 comments on commit 7915ee8

Please sign in to comment.