Skip to content

Commit e8f99a5

Browse files
authored
Fix 404s and remove missing SwiftSample references (#9517)
Fixes #9505.
1 parent 6efe4f5 commit e8f99a5

File tree

1 file changed

+3
-31
lines changed

1 file changed

+3
-31
lines changed

FirebaseAuth/Tests/Sample/README.md

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ You'll need valid `GoogleService-Info.plist` files for those samples. To get you
1010
2. Create a new Firebase project, if you don't already have one
1111
3. For each sample app you want to test, create a new Firebase app with the sample app's bundle
1212
identifier (e.g. `com.google.FirebaseExperimental1.dev`)
13-
4. Download the resulting `GoogleService-Info.plist` and place it in
14-
[Sample/GoogleService-Info.plist](Sample/GoogleService-Info.plist)
13+
4. Download the resulting `GoogleService-Info.plist` and place it in the
14+
[`Sample/` directory](Sample/)
1515

1616
#### GoogleService-Info\_multi.plist files
1717

1818
1. Create a second sample app and download its `GoogleService_Info.plist` file. This can be in the
1919
same Firebase project as the one above, or a different one. Use a different app bundle identifier
2020
(e.g. `com.google.FirebaseExperimental2.dev`).
2121
2. Save this plist file as `GoogleService-Info_multi.plist` in
22-
[Sample/GoogleService-Info\_multi.plist](Sample/GoogleService-Info_multi.plist).
22+
the [`Sample/` directory](Sample/).
2323
This enables testing that FirebaseAuth continues to work after switching the Firebase App in the
2424
runtime.
2525

@@ -59,34 +59,6 @@ relevant appLinks domain. Your appLinks domains are domains that your app will h
5959
links, in this particular case you can obtain this domain from the aforementioned Dynamic Links
6060
section of the Firebase Console.
6161

62-
63-
### Running SwiftSample Application
64-
65-
In order to run this application, you'll need to follow the following steps!
66-
67-
#### GoogleService-Info.plist files
68-
69-
You'll need valid `GoogleService-Info.plist` files for those samples. To get your own
70-
`GoogleService-Info.plist` files:
71-
1. Go to the [Firebase Console](https://console.firebase.google.com/)
72-
2. Create a new Firebase project, if you don't already have one
73-
3. For each sample app you want to test, create a new Firebase app with the sample app's bundle
74-
identifier (e.g. `com.google.FirebaseExperimental2.dev`)
75-
4. Download the resulting `GoogleService-Info.plist` and place it in
76-
[SwiftSample/GoogleService-Info.plist](SwiftSample/GoogleService-Info.plist)
77-
78-
#### Info.plist file
79-
80-
Please follow the instructions in
81-
[SwiftSample/InfoTemplate.plist](SwiftSample/InfoTemplate.plist)
82-
to generate the right Info.plist file
83-
84-
#### Getting your own Credential files
85-
86-
Please follow the instructions in
87-
[SwiftSample/AuthCredentialsTemplate.swift](SwiftSample/AuthCredentialsTemplate.swift)
88-
to generate the AuthCredentials.swift file.
89-
9062
### Running API tests
9163

9264
In order to run the API tests, you'll need to follow the following steps!

0 commit comments

Comments
 (0)