Skip to content

Commit fe6a02b

Browse files
committed
Fix links in auth readme
1 parent bc21e96 commit fe6a02b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

auth/testapp/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Building and Running the testapp
5858
enable "Anonymous". This will allow the testapp to use email accounts and
5959
anonymous sign-in.
6060
- 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
6262
directory of your choice.
6363
- Add the following frameworks from the Firebase C++ SDK to the project:
6464
- frameworks/ios/universal/firebase.framework
@@ -119,7 +119,7 @@ Building and Running the testapp
119119
- For further details please refer to the
120120
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
121121
- 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
123123
directory of your choice.
124124
- Configure the location of the Firebase C++ SDK by setting the
125125
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -154,7 +154,7 @@ Building and Running the testapp
154154
file into a `google-services-desktop.json` file, which can then be
155155
placed in the root directory of the testapp.
156156
- 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
158158
directory of your choice.
159159
- Configure the testapp with the location of the Firebase C++ SDK.
160160
This can be done a couple different ways (in highest to lowest priority):
@@ -185,7 +185,7 @@ Building and Running the testapp
185185
Support
186186
-------
187187
188-
[https://firebase.google.com/support/]()
188+
<https://firebase.google.com/support/>
189189
190190
License
191191
-------

0 commit comments

Comments
 (0)