@@ -58,7 +58,7 @@ Building and Running the testapp
58
58
enable "Anonymous". This will allow the testapp to use email accounts and
59
59
anonymous sign-in.
60
60
- Download the Firebase C++ SDK linked from
61
- [ https://firebase.google.com/docs/cpp/setup]() and unzip it to a
61
+ < https://firebase.google.com/docs/cpp/setup> and unzip it to a
62
62
directory of your choice.
63
63
- Add the following frameworks from the Firebase C++ SDK to the project:
64
64
- frameworks/ios/universal/firebase.framework
@@ -119,7 +119,7 @@ Building and Running the testapp
119
119
- For further details please refer to the
120
120
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
121
121
- Download the Firebase C++ SDK linked from
122
- [ https://firebase.google.com/docs/cpp/setup]() and unzip it to a
122
+ < https://firebase.google.com/docs/cpp/setup> and unzip it to a
123
123
directory of your choice.
124
124
- Configure the location of the Firebase C++ SDK by setting the
125
125
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -154,7 +154,7 @@ Building and Running the testapp
154
154
file into a `google-services-desktop.json` file, which can then be
155
155
placed in the root directory of the testapp.
156
156
- Download the Firebase C++ SDK linked from
157
- [ https://firebase.google.com/docs/cpp/setup]() and unzip it to a
157
+ < https://firebase.google.com/docs/cpp/setup> and unzip it to a
158
158
directory of your choice.
159
159
- Configure the testapp with the location of the Firebase C++ SDK.
160
160
This can be done a couple different ways (in highest to lowest priority):
@@ -185,7 +185,7 @@ Building and Running the testapp
185
185
Support
186
186
-------
187
187
188
- [ https://firebase.google.com/support/]()
188
+ < https://firebase.google.com/support/>
189
189
190
190
License
191
191
-------
0 commit comments