Skip to content

Commit 82a8884

Browse files
author
Ian Barber
committed
Update READMEs and Podfiles
- Update podfiles - Update REAMDS - Invites fixed up the UI - hard to test with SDK bugs Change-Id: I519def15b2885d6618a69d6c6026b066e740c854
1 parent 4326f94 commit 82a8884

File tree

29 files changed

+106
-301
lines changed

29 files changed

+106
-301
lines changed

admob/Podfile

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
source 'https://cpdc-eap.googlesource.com/spec.git'
2-
source 'https://github.com/CocoaPods/Specs.git'
3-
41
use_frameworks!
52
platform :ios, '7.0'
63
pod 'Firebase/AdMob'

admob/README.md

+6-16
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,22 @@ ad.
77
Introduction
88
------------
99

10-
- [Read more about Google AdMob](https://developers.google.com/admob/)
10+
- [Read more about Google AdMob](https://firebase.google.com/docs/admob/)
1111

1212
Getting Started
1313
---------------
1414

15-
- [Add Firebase to your iOS Project](https://developers.google.com/firebase/docs/ios/setup).
16-
- Follow the [quickstart guide](https://developers.google.com/admob/ios/start) to set up your project.
17-
- Run the sample on your iOS device or emulator.
15+
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
16+
- Run the sample on your iOS device or simulator.
1817

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

21-
Screenshots
22-
-----------
23-
![Screenshot](Screenshot/admob-sample.png)
24-
2520
Support
2621
-------
2722

28-
- Stack Overflow: http://stackoverflow.com/questions/tagged/admob
29-
- [Developer forum](groups.google.com/group/google-admob-ads-sdk)
30-
31-
If you've found an error in this sample, please file an issue:
32-
https://github.com/googlesamples/google-services/issues
33-
34-
Patches are encouraged, and may be submitted by forking this project and
35-
submitting a pull request through GitHub.
23+
- [Stack Overflow](https://stackoverflow.com/questions/tagged/admob)
24+
- [Developer Forum](https://groups.google.com/group/google-admob-ads-sdk)
25+
- [Firebase Support](https://firebase.google.com/support/)
3626

3727
License
3828
-------

analytics/Podfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# AnalyticsExample
2-
source 'https://cpdc-eap.googlesource.com/spec.git'
3-
source 'https://github.com/CocoaPods/Specs.git'
42

53
use_frameworks!
64
platform :ios, '7.0'

analytics/README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
Firebase Analytics Quickstart
22
===========================
33

4-
Firebase Analytics iOS Quickstart app demonstrates collecting
5-
app usage analytics via the Measurement API.
4+
Firebase Analytics iOS Quickstart app demonstrates collecting app usage analytics via the
5+
Analytics API.
66

77
Introduction
88
------------
99

10-
- [Read more about Firebase Analytics](https://developers.google.com/firebase/)
10+
- [Read more about Firebase Analytics](https://firebase.google.com/docs/analytics)
1111

1212
Getting Started
1313
---------------
1414

15-
- [Add Firebase to your iOS Project](https://developers.google.com/firebase/docs/ios/setup).
16-
- Follow the [quickstart guide]- [Add Firebase to your iOS Project](https://developers.google.com/firebase/docs/ios/setup).).
17-
to set up your project in XCode.
15+
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
1816
- Run the sample on your iOS device or emulator.
1917

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

22-
Screenshots
23-
-----------
24-
![Screenshot](Screenshot/analytics-sample.png)
25-
2620
Support
2721
-------
2822

29-
https://developers.google.com/cloud-messaging/support
23+
- [Firebase Support](https://firebase.google.com/support/)
3024

3125
License
3226
-------

app-indexing/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Getting Started
1515
- In web/public/apple-app-site-association file, replace <YOUR-APPID-OR-TEAMID> with your
1616
App ID or your Team ID.
1717
- Get the [Firebase Command Line Interface (CLI)](https://firebase.google.com/docs/hosting/quickstart#install-the-firebase-cli) Step 1
18-
- Run firebase init
18+
- Run `firebase init`
1919
- Select your current Firebase project
2020
- Hit Enter to select the default public directory as your website root.
21-
- Run firebase deploy
21+
- Run `firebase deploy`
2222
- In the entitlement file located within the AppIndexingExample and the AppIndexingSwiftExample
2323
replace <YOUR-DOMAIN> with the Firebase hosting domain. Do not include "https://".
2424
- Run the sample on your iOS device.
@@ -33,7 +33,7 @@ Note: You will need Swift 2.0 to run the Swift version of this quickstart.
3333
Support
3434
-------
3535

36-
https://firebase.google.com/support
36+
- [Firebase Support](https://firebase.google.com/support/)
3737

3838
License
3939
-------

authentication/AuthenticationExample.xcodeproj/project.pbxproj

-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@
237237
buildActionMask = 2147483647;
238238
files = (
239239
EF4857041C752B7700649485 /* Main.storyboard in Resources */,
240-
EF6DB4D91CE145EF00319C08 /* GoogleService-Info.plist in Resources */,
241240
5F99610D1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */,
242241
5F99610B1AE0CF4F0034F503 /* Images.xcassets in Resources */,
243242
);

authentication/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Getting Started
1616
- Go to the [Firebase Console](https://console.firebase.google.com) and navigate to your project:
1717
- Select the **Auth** panel and then click the **Sign In Method** tab.
1818
- Click **Google** and turn on the **Enable** switch, then click **Save**.
19-
- In XCode, add a custom URL scheme for your reversed client ID.
19+
- In XCode, add a custom URL scheme for your reversed client ID.
2020
- You can find this in the `GoogleService-Info.plist`
2121
- Run the app on your device or simulator.
2222
- Select **Sign In** and select Google to begin.
23-
23+
2424
### Facebook Login Setup
2525
- Go to the [Facebook Developers Site](https://developers.facebook.com) and follow all
2626
instructions to set up a new Android app. When asked for a bundle ID, use
@@ -32,25 +32,25 @@ Getting Started
3232
- Open your regular `Info.plist` and replace the value of the `FacebookAppID` with the ID of the Facebook app you just created.
3333
- Run the app on your device or simulator.
3434
- Select **Sign In** and select Facebook to begin.
35-
35+
3636
### Email/Password Setup
3737
- Go to the [Firebase Console](https://console.firebase.google.com) and navigate to your project:
3838
- Select the **Auth** panel and then click the **Sign In Method** tab.
3939
- Click **Email/Password** and turn on the **Enable** switch, then click **Save**.
4040
- Run the app on your device or simulator.
4141
- Select **Sign In** and select Email to begin.
42-
43-
### Twitter Login Setup
42+
43+
### Twitter Login Setup
4444
- Go to the [Twitter Developers Site](https://apps.twitter.com/) and follow all
45-
instructions to set up a new iOS app.
45+
instructions to set up a new iOS app.
4646
- Go to the [Firebase Console](https://console.firebase.google.com) and navigate to your project:
4747
- Select the **Auth** panel and then click the **Sign In Method** tab.
4848
- Click **Twitter** and turn on the **Enable** switch, then click **Save**.
4949
- Enter your Twitter **API Key** and **App Secret** and click **Save**.
5050
- Open your regular `Info.plist` and replace the value of the `consumerKey` and `consumerSecret` values with the keys from the Twitter app you just created.
5151
- Run the app on your device or simulator.
5252
- Select **Sign In** and select Twitter to begin.
53-
53+
5454
### Custom Authentication Setup
5555
- Go to the [Google Developers Console](https://console.developers.google.com/project) and navigate to your project:
5656
- From the left "hamburger" menu navigate to the **API Manager** tab.
@@ -65,13 +65,13 @@ Getting Started
6565
- Run the app on the simulator.
6666
- Select **Sign In** and select Custom to begin.
6767
- Paste in the token you generated earlier.
68-
- When you return to the main screen, you should see the User ID you entered when generating the
68+
- When you return to the main screen, you should see the User ID you entered when generating the
6969
token.
7070

7171
Support
7272
-------
7373

74-
https://firebase.google.com/support/
74+
- [Firebase Support](https://firebase.google.com/support/)
7575

7676
License
7777
-------

config/README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,21 @@ Firebase Remote Config Quickstart
44
Introduction
55
------------
66

7-
- [Read more about Firebase Remote Config](https://developers.google.com/firebase)
7+
- [Read more about Firebase Remote Config](https://firbase.google.com/docs/remote-config/)
88

99
Getting Started
1010
---------------
1111

12-
- [Add Firebase to your iOS Project](https://developers.google.com/firebase/docs/ios/setup).
13-
- Follow the [quickstart guide](https://developers.google.com/firebase/docs/remote-config/ios) to set up your project.
12+
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
13+
- Alter configuration in the Remote Config console, for example creating an override for `loading_phrase`.
1414
- Run the sample on your iOS device or emulator.
1515

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

18-
Screenshots
19-
-----------
20-
2118
Support
2219
-------
2320

24-
https://developers.google.com/firebase/support
21+
- [Firebase Support](https://firebase.google.com/support/)
2522

2623
License
2724
-------

config/podfile

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# Config
2-
source 'https://cpdc-eap.googlesource.com/spec.git'
3-
source 'https://github.com/CocoaPods/Specs.git'
4-
52
use_frameworks!
63
platform :ios, '7.0'
74

crash/Podfile

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# CrashReporter
2-
source 'https://cpdc-eap.googlesource.com/spec.git'
3-
source 'https://github.com/CocoaPods/Specs.git'
4-
52
use_frameworks!
63
platform :ios, '7.0'
74
pod 'Firebase/Crash'

crash/README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,21 @@ events leading up to those crashes.
77
Introduction
88
------------
99

10-
- [Read more about Firebase Crash](https://developers.google.com/firebase)
10+
- [Read more about Firebase Crash](https://firebase.google.com/docs/crash/)
1111

1212
Getting Started
1313
---------------
1414

15-
- [Add Firebase to your iOS Project](https://developers.google.com/firebase/docs/ios/setup).
16-
- Follow the [quickstart guide](https://developers.google.com/firebase) to set up your project.
15+
- [Add Firebase to your iOS Project](https://firevase.google.com/docs/ios/setup).
1716
- Run the sample on your iOS device or emulator.
17+
- Trigger a crash, and wait a few minutes to see it in the console
1818

19-
Note: You will need Swift 1.2 to run the Swift version of this quickstart.
20-
21-
Screenshots
22-
-----------
19+
Note: Crash reporting from Swift is not currently supported.
2320

2421
Support
2522
-------
2623

27-
https://developers.google.com/firebase/support/
24+
- [Firebase Support](https://firebase.google.com/support/)
2825

2926
License
3027
-------

database/Podfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# DatabaseExample
2-
source 'https://cpdc-eap.googlesource.com/spec.git'
3-
source 'https://github.com/CocoaPods/Specs.git'
42

53
use_frameworks!
64
platform :ios, '7.0'

database/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@ Firebase Database Quickstart
44
Introduction
55
------------
66

7-
- [Read more about Firebase Database](https://developers.google.com/firebase/docs/database/)
7+
- [Read more about Firebase Database](https://firebase.google.com/docs/database/)
88

99
Getting Started
1010
---------------
1111

12-
- [Add Firebase to your iOS Project](https://developers.google.com/firebase/docs/ios/setup).
13-
- Follow the [quickstart guide](https://developers.google.com/firebase/docs/database/ios/setup) to set up your project.
12+
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
1413
- Run the sample on your iOS device or emulator.
1514

16-
Note: You will need Swift 1.2 to run the Swift version of this quickstart.
15+
Note: You will need Swift 2.0 to run the Swift version of this quickstart.
1716

1817
Support
1918
-------
2019

21-
https://developers.google.com/firebase/support/
20+
- [Firebase Support](https://firebase.google.com/support/)
2221

2322
License
2423
-------

dynamiclinks/Podfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# DynamicLinksExample
2-
source 'https://cpdc-eap.googlesource.com/spec.git'
3-
source 'https://github.com/CocoaPods/Specs.git'
42

53
use_frameworks!
64
platform :ios, '7.0'

invites/InvitesExample.xcodeproj/project.pbxproj

-20
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
4BC032E41ACF33B70092326A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC032E31ACF33B70092326A /* main.m */; };
2323
4BC032E71ACF33B70092326A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC032E61ACF33B70092326A /* AppDelegate.m */; };
2424
4BC032EA1ACF33B70092326A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC032E91ACF33B70092326A /* ViewController.m */; };
25-
4BC032EF1ACF33B70092326A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BC032EE1ACF33B70092326A /* Images.xcassets */; };
26-
4BCF1C3C1AFBF6310039B15C /* appbg.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BCF1C3B1AFBF6310039B15C /* appbg.png */; };
27-
4BCF1C3D1AFBF65D0039B15C /* appbg.png in Resources */ = {isa = PBXBuildFile; fileRef = 4BCF1C3B1AFBF6310039B15C /* appbg.png */; };
2825
4BCF1C421AFBFA8D0039B15C /* SignInViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCF1C411AFBFA8D0039B15C /* SignInViewController.m */; };
2926
4BDB99D91ACF46E500C4DC2C /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDB99D81ACF46E500C4DC2C /* AddressBook.framework */; };
3027
4BDB99DB1ACF46EC00C4DC2C /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDB99DA1ACF46EC00C4DC2C /* AssetsLibrary.framework */; };
@@ -68,9 +65,6 @@
6865
4BC032E61ACF33B70092326A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
6966
4BC032E81ACF33B70092326A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
7067
4BC032E91ACF33B70092326A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
71-
4BC032EE1ACF33B70092326A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
72-
4BC032F11ACF33B70092326A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
73-
4BCF1C3B1AFBF6310039B15C /* appbg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = appbg.png; path = Images.xcassets/appbg.png; sourceTree = "<group>"; };
7468
4BCF1C411AFBFA8D0039B15C /* SignInViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SignInViewController.m; sourceTree = "<group>"; };
7569
4BCF1C431AFC01A40039B15C /* SignInViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SignInViewController.h; sourceTree = "<group>"; };
7670
4BDB99D81ACF46E500C4DC2C /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; };
@@ -179,8 +173,6 @@
179173
4BCF1C411AFBFA8D0039B15C /* SignInViewController.m */,
180174
4BC032E81ACF33B70092326A /* ViewController.h */,
181175
4BC032E91ACF33B70092326A /* ViewController.m */,
182-
4BC032EE1ACF33B70092326A /* Images.xcassets */,
183-
4BC032F01ACF33B70092326A /* LaunchScreen.xib */,
184176
4BC032E11ACF33B70092326A /* Supporting Files */,
185177
);
186178
path = InvitesExample;
@@ -190,7 +182,6 @@
190182
isa = PBXGroup;
191183
children = (
192184
EFB291FB1B0F1F430021C8AC /* shared */,
193-
4BCF1C3B1AFBF6310039B15C /* appbg.png */,
194185
4B5CBBFB1AE9DBF700D822CE /* Main.storyboard */,
195186
4BC032E21ACF33B70092326A /* Info.plist */,
196187
4BC032E31ACF33B70092326A /* main.m */,
@@ -329,7 +320,6 @@
329320
files = (
330321
EFB292061B0F20100021C8AC /* Main.storyboard in Resources */,
331322
EFB292041B0F1F430021C8AC /* LaunchScreen.xib in Resources */,
332-
4BCF1C3D1AFBF65D0039B15C /* appbg.png in Resources */,
333323
EFB292021B0F1F430021C8AC /* Images.xcassets in Resources */,
334324
4B3329241AE04F9500327B83 /* GoogleSignIn.bundle in Resources */,
335325
);
@@ -343,8 +333,6 @@
343333
EFB292011B0F1F430021C8AC /* Images.xcassets in Resources */,
344334
4B0CAF401ACF72EB006FC636 /* GoogleSignIn.bundle in Resources */,
345335
EFB292031B0F1F430021C8AC /* LaunchScreen.xib in Resources */,
346-
4BC032EF1ACF33B70092326A /* Images.xcassets in Resources */,
347-
4BCF1C3C1AFBF6310039B15C /* appbg.png in Resources */,
348336
);
349337
runOnlyForDeploymentPostprocessing = 0;
350338
};
@@ -399,14 +387,6 @@
399387
name = Main.storyboard;
400388
sourceTree = "<group>";
401389
};
402-
4BC032F01ACF33B70092326A /* LaunchScreen.xib */ = {
403-
isa = PBXVariantGroup;
404-
children = (
405-
4BC032F11ACF33B70092326A /* Base */,
406-
);
407-
name = LaunchScreen.xib;
408-
sourceTree = "<group>";
409-
};
410390
/* End PBXVariantGroup section */
411391

412392
/* Begin XCBuildConfiguration section */

0 commit comments

Comments
 (0)