@@ -10,16 +10,16 @@ You'll need valid `GoogleService-Info.plist` files for those samples. To get you
10
10
2 . Create a new Firebase project, if you don't already have one
11
11
3 . For each sample app you want to test, create a new Firebase app with the sample app's bundle
12
12
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/ )
15
15
16
16
#### GoogleService-Info\_ multi.plist files
17
17
18
18
1 . Create a second sample app and download its ` GoogleService_Info.plist ` file. This can be in the
19
19
same Firebase project as the one above, or a different one. Use a different app bundle identifier
20
20
(e.g. ` com.google.FirebaseExperimental2.dev ` ).
21
21
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/ ) .
23
23
This enables testing that FirebaseAuth continues to work after switching the Firebase App in the
24
24
runtime.
25
25
@@ -59,34 +59,6 @@ relevant appLinks domain. Your appLinks domains are domains that your app will h
59
59
links, in this particular case you can obtain this domain from the aforementioned Dynamic Links
60
60
section of the Firebase Console.
61
61
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
-
90
62
### Running API tests
91
63
92
64
In order to run the API tests, you'll need to follow the following steps!
0 commit comments