@@ -39,7 +39,7 @@ Building and Running the testapp
3939 console to the testapp root directory. This file identifies your iOS app
4040 to the Firebase backend.
4141 - Download the Firebase C++ SDK linked from
42- [ https://firebase.google.com/docs/cpp/setup]() and unzip it to a
42+ https://firebase.google.com/docs/cpp/setup and unzip it to a
4343 directory of your choice.
4444 - Add the following frameworks from the Firebase C++ SDK to the project:
4545 - frameworks/ios/universal/firebase.framework
@@ -62,7 +62,7 @@ Building and Running the testapp
6262 "View --> Debug Area --> Activate Console" from the menu.
6363 - After 5 hours, data should be visible in the Firebase Console under the
6464 "Analytics" tab accessible from
65- [ https://firebase.google.com/console/]() .
65+ https://firebase.google.com/console/.
6666
6767### Android
6868 - Register your Android app with Firebase.
@@ -90,7 +90,7 @@ Building and Running the testapp
9090 - For further details please refer to the
9191 [general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
9292 - Download the Firebase C++ SDK linked from
93- [ https://firebase.google.com/docs/cpp/setup]() and unzip it to a
93+ https://firebase.google.com/docs/cpp/setup and unzip it to a
9494 directory of your choice.
9595 - Configure the location of the Firebase C++ SDK by setting the
9696 firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -112,12 +112,12 @@ Building and Running the testapp
112112 the command line.
113113 - After 5 hours, data should be visible in the Firebase Console under the
114114 "Analytics" tab accessible from
115- [ https://firebase.google.com/console/]() .
115+ https://firebase.google.com/console/.
116116
117117Support
118118-------
119119
120- [ https://firebase.google.com/support/]()
120+ https://firebase.google.com/support/
121121
122122License
123123-------
0 commit comments