Skip to content

Commit c0057d6

Browse files
author
Stewart Miles
committed
Fixed up links in test applciation readme.
CL: 122544407
1 parent d5f0aad commit c0057d6

File tree

12 files changed

+80
-59
lines changed

12 files changed

+80
-59
lines changed

admob/testapp/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
source 'https://cpdc-eap.googlesource.com/spec.git'
21
source 'https://github.com/CocoaPods/Specs.git'
32
platform :ios, '7.0'
43
# AdMob test application.

admob/testapp/readme.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ while displaying the ads.
99
Introduction
1010
------------
1111

12-
- [Read more about Firebase AdMob](https://developers.google.com/firebase/)
12+
- [Read more about Firebase AdMob](https://firebase.google.com/docs/admob)
1313

1414
Getting Started
1515
---------------
1616

1717
### iOS
1818
- Link your iOS app to the Firebase libraries.
19-
- Get access to the Firebase SDK git repo via
20-
[git cookie](https://cpdc-eap.googlesource.com/new-password).
2119
- Get CocoaPods version 1 or later by running,
2220
```
2321
$ sudo gem install CocoaPods --pre
@@ -32,12 +30,15 @@ Getting Started
3230
$ open testapp.xcworkspace
3331
```
3432
- For further details please refer to the
35-
[general instructions for setting up an iOS app with Firebase](https://developers.google.com/firebase/docs/ios/setup).
33+
[general instructions for setting up an iOS app with Firebase](https://firebase.google.com/docs/ios/setup).
3634
- Register your iOS app with Firebase.
37-
- Create a new app on the [Firebase console](https://console.firebase.google.com), and attach
35+
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
3836
your iOS app to it.
3937
- You can use "com.google.ios.admob.testapp" as the iOS Bundle ID
4038
while you're testing. You can omit App Store ID while testing.
39+
- Download the Firebase C++ SDK linked from
40+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
41+
directory of your choice.
4142
- Add the following frameworks from the Firebase C++ SDK to the project:
4243
- frameworks/ios/universal/firebase.framework
4344
- frameworks/ios/universal/firebase_admob.framework
@@ -61,7 +62,7 @@ Getting Started
6162
6263
### Android
6364
- Register your Android app with Firebase.
64-
- Create a new app on the [Firebase console](https://console.firebase.google.com), and attach
65+
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
6566
your Android app to it.
6667
- You can use "com.google.android.admob.testapp" as the Package Name
6768
while you're testing.
@@ -83,7 +84,10 @@ Getting Started
8384
console to the root directory of testapp. This file identifies your
8485
Android app to the Firebase backend.
8586
- For further details please refer to the
86-
[general instructions for setting up an Android app with Firebase](https://developers.google.com/firebase/docs/android/setup).
87+
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
88+
- Download the Firebase C++ SDK linked from
89+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
90+
directory of your choice.
8791
- Configure the location of the Firebase C++ SDK by setting the
8892
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
8993
For example, in the project directory:
@@ -110,7 +114,7 @@ Getting Started
110114
Support
111115
-------
112116
113-
[https://developers.google.com/firebase/support/]()
117+
[https://firebase.google.com/support/]()
114118
115119
License
116120
-------

analytics/testapp/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
source 'https://cpdc-eap.googlesource.com/spec.git'
21
source 'https://github.com/CocoaPods/Specs.git'
32
platform :ios, '8.0'
43
# Analytics test application.

analytics/testapp/readme.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ no user interface and simply logs actions it's performing to the console.
88
Introduction
99
------------
1010

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

1313
Building and Running the testapp
1414
--------------------------------
1515

1616
### iOS
1717
- Link your iOS app to the Firebase libraries.
18-
- Get access to the Firebase SDK git repo via
19-
[git cookie](https://cpdc-eap.googlesource.com/new-password).
2018
- Get CocoaPods version 1 or later by running,
2119
```
2220
$ sudo gem install CocoaPods --pre
@@ -31,15 +29,18 @@ Building and Running the testapp
3129
$ open testapp.xcworkspace
3230
```
3331
- For further details please refer to the
34-
[general instructions for setting up an iOS app with Firebase](https://developers.google.com/firebase/docs/ios/setup).
32+
[general instructions for setting up an iOS app with Firebase](https://firebase.google.com/docs/ios/setup).
3533
- Register your iOS app with Firebase.
36-
- Create a new app on the [Firebase console](https://console.firebase.google.com), and attach
34+
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
3735
your iOS app to it.
3836
- You can use "com.google.ios.analytics.testapp" as the iOS Bundle ID
3937
while you're testing. You can omit App Store ID while testing.
4038
- Add the GoogleService-Info.plist that you downloaded from Firebase
4139
console to the testapp root directory. This file identifies your iOS app
4240
to the Firebase backend.
41+
- Download the Firebase C++ SDK linked from
42+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
43+
directory of your choice.
4344
- Add the following frameworks from the Firebase C++ SDK to the project:
4445
- frameworks/ios/universal/firebase.framework
4546
- frameworks/ios/universal/firebase\_analytics.framework
@@ -61,11 +62,11 @@ Building and Running the testapp
6162
"View --> Debug Area --> Activate Console" from the menu.
6263
- After 5 hours, data should be visible in the Firebase Console under the
6364
"Analytics" tab accessible from
64-
[https://developers.google.com/firebase/]().
65+
[https://firebase.google.com/console/]().
6566
6667
### Android
6768
- Register your Android app with Firebase.
68-
- Create a new app on the [Firebase console](https://console.firebase.google.com), and attach
69+
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
6970
your Android app to it.
7071
- You can use "com.google.android.analytics.testapp" as the Package Name
7172
while you're testing.
@@ -87,7 +88,10 @@ Building and Running the testapp
8788
console to the root directory of testapp. This file identifies your
8889
Android app to the Firebase backend.
8990
- For further details please refer to the
90-
[general instructions for setting up an Android app with Firebase](https://developers.google.com/firebase/docs/android/setup).
91+
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
92+
- Download the Firebase C++ SDK linked from
93+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
94+
directory of your choice.
9195
- Configure the location of the Firebase C++ SDK by setting the
9296
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
9397
For example, in the project directory:
@@ -108,12 +112,12 @@ Building and Running the testapp
108112
the command line.
109113
- After 5 hours, data should be visible in the Firebase Console under the
110114
"Analytics" tab accessible from
111-
[https://developers.google.com/firebase/]().
115+
[https://firebase.google.com/console/]().
112116
113117
Support
114118
-------
115119
116-
[https://developers.google.com/firebase/support/]()
120+
[https://firebase.google.com/support/]()
117121
118122
License
119123
-------

auth/testapp/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
source 'https://cpdc-eap.googlesource.com/spec.git'
21
source 'https://github.com/CocoaPods/Specs.git'
32
platform :ios, '8.0'
43
# Auth test application.

auth/testapp/readme.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@ The testapp performs the following:
2424
Introduction
2525
------------
2626

27-
- [Read more about Firebase Auth](https://developers.google.com/firebase/)
27+
- [Read more about Firebase Auth](https://firebase.google.com/docs/auth/)
2828

2929
Building and Running the testapp
3030
--------------------------------
3131

3232
### iOS
3333
- Link your iOS app to the Firebase libraries.
34-
- Get access to the Firebase SDK git repo via
35-
[git cookie](https://cpdc-eap.googlesource.com/new-password).
3634
- Get CocoaPods version 1 or later by running,
3735
```
3836
$ sudo gem install CocoaPods --pre
@@ -47,9 +45,9 @@ Building and Running the testapp
4745
$ open testapp.xcworkspace
4846
```
4947
- For further details please refer to the
50-
[general instructions for setting up an iOS app with Firebase](https://developers.google.com/firebase/docs/ios/setup).
48+
[general instructions for setting up an iOS app with Firebase](https://firebase.google.com/docs/ios/setup).
5149
- Register your iOS app with Firebase.
52-
- Create a new app on the [Firebase console](https://console.firebase.google.com), and attach
50+
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
5351
your iOS app to it.
5452
- You can use "com.google.ios.auth.testapp" as the iOS Bundle ID
5553
while you're testing. You can omit App Store ID while testing.
@@ -59,6 +57,9 @@ Building and Running the testapp
5957
- In Firebase console, select "Auth", then enable "Email/Password", and also
6058
enable "Anonymous". This will allow the testapp to use email accounts and
6159
anonymous sign-in.
60+
- Download the Firebase C++ SDK linked from
61+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
62+
directory of your choice.
6263
- Add the following frameworks from the Firebase C++ SDK to the project:
6364
- frameworks/ios/universal/firebase.framework
6465
- frameworks/ios/universal/firebase_auth.framework
@@ -82,7 +83,7 @@ Building and Running the testapp
8283
8384
### Android
8485
- Register your Android app with Firebase.
85-
- Create a new app on the [Firebase console](https://console.firebase.google.com), and attach
86+
- Create a new app on the [Firebase console](https://firebase.google.com/console/), and attach
8687
your Android app to it.
8788
- You can use "com.google.android.auth.testapp" as the Package Name
8889
while you're testing.
@@ -107,7 +108,10 @@ Building and Running the testapp
107108
enable "Anonymous". This will allow the testapp to use email accounts and
108109
anonymous sign-in.
109110
- For further details please refer to the
110-
[general instructions for setting up an Android app with Firebase](https://developers.google.com/firebase/docs/android/setup).
111+
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
112+
- Download the Firebase C++ SDK linked from
113+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
114+
directory of your choice.
111115
- Configure the location of the Firebase C++ SDK by setting the
112116
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
113117
For example, in the project directory:
@@ -158,7 +162,7 @@ Known issues
158162
Support
159163
-------
160164
161-
[https://developers.google.com/firebase/support/]()
165+
[https://firebase.google.com/support/]()
162166
163167
License
164168
-------

invites/testapp/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
source 'https://cpdc-eap.googlesource.com/spec.git'
21
source 'https://github.com/CocoaPods/Specs.git'
32
platform :ios, '8.0'
43
# Invites test application.

invites/testapp/readme.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ it's performing to the console.
99
Introduction
1010
------------
1111

12-
- [Read more about Firebase Invites](https://developers.google.com/app-invites/)
13-
- [Read more about Firebase Dynamic Links](https://developers.google.com/firebase/docs/dynamic-links/)
12+
- [Read more about Firebase Invites](https://firebase.google.com/docs/invites/)
13+
- [Read more about Firebase Dynamic Links](https://firebase.google.com/docs/dynamic-links/)
1414

1515
Building and Running the testapp
1616
--------------------------------
1717

1818
### iOS
1919
- Link your iOS app to the Firebase libraries.
20-
- Get access to the Firebase SDK git repo via
21-
[git cookie](https://cpdc-eap.googlesource.com/new-password).
2220
- Get CocoaPods version 1 or later by running,
2321
```
2422
$ sudo gem install CocoaPods --pre
@@ -33,10 +31,10 @@ Building and Running the testapp
3331
$ open testapp.xcworkspace
3432
```
3533
- For further details please refer to the
36-
[general instructions for setting up an iOS app with Firebase](https://developers.google.com/firebase/docs/ios/setup).
34+
[general instructions for setting up an iOS app with Firebase](https://firebase.google.com/docs/ios/setup).
3735
- Register your iOS app with Firebase.
3836
- Create a new app on
39-
[developers.google.com](https://developers.google.com/mobile/add?platform=ios&cntapi=appinvite&cntapp=Invites%20TestApp&cntpkg=com.google.ios.invites.testapp),
37+
[firebase.google.com/console](https://firebase.google.com/console/),
4038
and attach your iOS app to it.
4139
- For Invites, you will need an App Store ID. Use something random such
4240
as 12345678."
@@ -49,6 +47,9 @@ Building and Running the testapp
4947
Info tab, under the URL Types section, find the URL Schemes box containing
5048
YOUR\_REVERSED\_CLIENT\_ID. Replace this with the value of the
5149
REVERSED\_CLIENT\_ID string in GoogleService-Info.plist.
50+
- Download the Firebase C++ SDK linked from
51+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
52+
directory of your choice.
5253
- Add the following frameworks from the Firebase C++ SDK to the project:
5354
- frameworks/ios/universal/firebase.framework
5455
- frameworks/ios/universal/firebase_invites.framework
@@ -72,7 +73,7 @@ Building and Running the testapp
7273
### Android
7374
- Register your Android app with Firebase.
7475
- Create a new app on
75-
[developers.google.com](https://developers.google.com/mobile/add?platform=android&cntapi=appinvite&cntapp=Invites%20TestApp&cntpkg=com.google.android.invites.testapp),
76+
[developers.google.com](https://firebase.google.com/console/),
7677
and attach your Android app to it.
7778
- You can use "com.google.android.invites.testapp" as the Package Name
7879
while you're testing.
@@ -94,7 +95,10 @@ Building and Running the testapp
9495
console to the root directory of testapp. This file identifies your
9596
Android app to the Firebase backend.
9697
- For further details please refer to the
97-
[general instructions for setting up an Android app with Firebase](https://developers.google.com/firebase/docs/android/setup).
98+
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
99+
- Download the Firebase C++ SDK linked from
100+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
101+
directory of your choice.
98102
- Configure the location of the Firebase C++ SDK by setting the
99103
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
100104
For example, in the project directory:
@@ -137,7 +141,7 @@ Building and Running the testapp
137141
Support
138142
-------
139143
140-
[https://developers.google.com/firebase/support/]()
144+
[https://firebase.google.com/support/]()
141145
142146
License
143147
-------

messaging/testapp/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
source 'https://cpdc-eap.googlesource.com/spec.git'
21
source 'https://github.com/CocoaPods/Specs.git'
32
platform :ios, '8.0'
43
# FCM test application.

messaging/testapp/readme.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ console.
99
Introduction
1010
------------
1111

12-
- [Read more about Firebase Cloud Messaging](https://developers.google.com/cloud-messaging/)
12+
- [Read more about Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/)
1313

1414
Building and Running the testapp
1515
--------------------------------
1616
### iOS
1717
- Link your iOS app to the Firebase libraries.
18-
- Get access to the Firebase SDK git repo via
19-
[git cookie](https://cpdc-eap.googlesource.com/new-password).
2018
- Get CocoaPods version 1 or later by running,
2119

2220
```
@@ -33,11 +31,11 @@ Building and Running the testapp
3331
$ open testapp.xcworkspace
3432
```
3533
- For further details please refer to the
36-
[general instructions for setting up an iOS app with Firebase](https://developers.google.com/firebase/docs/ios/setup).
34+
[general instructions for setting up an iOS app with Firebase](https://firebase.google.com/docs/ios/setup).
3735
3836
- Register your iOS app with Firebase.
3937
- Create a new app on
40-
[developers.google.com](https://developers.google.com/mobile/add?platform=android&cntapi=messaging&cntapp=Cloud%20Messaging%20Test%20App&cntpkg=com.google.android.messaging.testapp)
38+
[firebase.google.com/console](https://firebase.google.com/console/)
4139
, and attach your iOS app to it.
4240
- For Messaging, you will need an App Store ID. Use something random such
4341
as 12345678."
@@ -46,6 +44,9 @@ Building and Running the testapp
4644
- Add the GoogleService-Info.plist that you downloaded from Firebase
4745
console to the testapp root directory. This file identifies your iOS app
4846
to the Firebase backend.
47+
- Download the Firebase C++ SDK linked from
48+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
49+
directory of your choice.
4950
- Add the following frameworks from the Firebase C++ SDK to the project:
5051
- frameworks/ios/universal/firebase.framework
5152
- frameworks/ios/universal/firebase_messaging.framework
@@ -64,7 +65,7 @@ Building and Running the testapp
6465
- You need a valid
6566
[APNs](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html)
6667
certificate. If you don't already have one, see
67-
[Provisioning APNs SSL Certificates.](https://developers.google.com/firebase/docs/cloud-messaging/ios/certs)
68+
[Provisioning APNs SSL Certificates.](https://firebase.google.com/docs/cloud-messaging/ios/certs)
6869
- In XCode, build & run the sample on an iOS device or simulator.
6970
- The testapp has no user interface. The output of the app can be viewed
7071
via the console. In Xcode, select
@@ -74,7 +75,7 @@ Building and Running the testapp
7475
**Register your Android app with Firebase.**
7576
7677
- Create a new app on
77-
[developers.google.com](https://developers.google.com/mobile/add?platform=android&cntapi=messaging&cntapp=Cloud%20Messaging%20Test%20App&cntpkg=com.google.android.messaging.testapp)
78+
[firebase.google.com/console](https://firebase.google.com/console/)
7879
, and attach your Android app to it.
7980
- You can use "com.google.android.messaging.testapp" as the Package Name
8081
while you're testing.
@@ -101,7 +102,11 @@ with:
101102
console to the root directory of testapp. This file identifies your
102103
Android app to the Firebase backend.
103104
- For further details please refer to the
104-
[general instructions for setting up an Android app with Firebase](https://developers.google.com/firebase/docs/android/setup).
105+
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
106+
107+
- Download the Firebase C++ SDK linked from
108+
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
109+
directory of your choice.
105110
106111
**Configure your SDK paths**
107112
@@ -141,7 +146,8 @@ viewed via the console:
141146
- When you first run the app, it will print:
142147
`Recieved Registration Token: <code>`. Copy this code to a text editor.
143148
- Copy the ServerKey from the firebase console:
144-
- Open your project in the [firebase console](https://console.firebase.google.com)
149+
- Open your project in the
150+
[firebase console](https://firebase.google.com/console/)
145151
- Click `Notifications` in the menu on the left
146152
- Select the `Credentials` tab.
147153
- Copy the `Server Key`
@@ -155,7 +161,7 @@ curl --header "Authorization: key=<Server Key>" --header "Content-Type: applicat
155161
Support
156162
-------
157163
158-
[https://developers.google.com/firebase/support/]()
164+
[https://firebase.google.com/support/]()
159165
160166
License
161167
-------

0 commit comments

Comments
 (0)