Skip to content

Commit fb0e72b

Browse files
authored
Removes trailing whitespaces in AuthSamples. (#85)
1 parent 5cb9446 commit fb0e72b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

AuthSamples/ApiTests/AuthCredentialsTemplate.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ ID, saved for continuous tests.
3333
The name of the test user for Google SignIn.
3434
3535
$KFACEBOOK_APP_ID
36-
FACEBOOK_APP_ID is the developer's Facebook app's ID, to be used to test the
37-
'Signing in with Facebook' feature of Firebase Auth. Follow the instructions
38-
on the Facebook developer site: https://developers.facebook.com/docs/apps/register
36+
FACEBOOK_APP_ID is the developer's Facebook app's ID, to be used to test the
37+
'Signing in with Facebook' feature of Firebase Auth. Follow the instructions
38+
on the Facebook developer site: https://developers.facebook.com/docs/apps/register
3939
to obtain such an id.
4040
4141
$KFACEBOOK_APP_ACCESS_TOKEN
4242
Once you have an Facebook App Id, click on dashboard from your app you can see
43-
both your App ID and the App Secret. Once you have both of these generate the
43+
both your App ID and the App Secret. Once you have both of these generate the
4444
access token using the step 13 of https://smashballoon.com/custom-facebook-feed/access-token/
4545
Follow the same link for comprehensive information on how to get the access token.
4646

AuthSamples/Sample/AuthCredentialsTemplate.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ and copy it to AuthCredentials.h file
2323
You will need to replace the following values:
2424
2525
$KFACEBOOK_APP_ID
26-
FACEBOOK_APP_ID is the developer's Facebook app's ID, to be used to test the
27-
'Signing in with Facebook' feature of Firebase Auth. Follow the instructions
28-
on the Facebook developer site: https://developers.facebook.com/docs/apps/register
26+
FACEBOOK_APP_ID is the developer's Facebook app's ID, to be used to test the
27+
'Signing in with Facebook' feature of Firebase Auth. Follow the instructions
28+
on the Facebook developer site: https://developers.facebook.com/docs/apps/register
2929
to obtain such an id.
3030
*/
3131

AuthSamples/SwiftSample/AuthCredentialsTemplate.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
Get the value of the CLIENT_ID key in the GoogleService-Info.plist file.
2727

2828
$KFACEBOOK_APP_ID
29-
FACEBOOK_APP_ID is the developer's Facebook app's ID, to be used to test the
30-
'Signing in with Facebook' feature of Firebase Auth. Follow the instructions
31-
on the Facebook developer site: https://developers.facebook.com/docs/apps/register
29+
FACEBOOK_APP_ID is the developer's Facebook app's ID, to be used to test the
30+
'Signing in with Facebook' feature of Firebase Auth. Follow the instructions
31+
on the Facebook developer site: https://developers.facebook.com/docs/apps/register
3232
to obtain the id
3333

3434
*/

AuthSamples/SwiftSample/InfoTemplate.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
For this to be a valid plist file replace the following
3-
$REVERSE_CLIENT_ID:
3+
$REVERSE_CLIENT_ID:
44
Value of REVERSED_CLIENT_ID key in the GoogleService-Info.plist file.
55
-->
66
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)