Commit fc9bbbf
authored
Make OAuth client_id optional in the google-services-desktop.json conversion script. (#1223)
This change allows the generate_xml_from_google_services_json.py to succeed at generating the output when the OAuth "CLIENT_ID" is missing from the input. The OAuth client for an app is not always present, and not needed in most cases.1 parent 02b1777 commit fc9bbbf
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 167 | | |
171 | 168 | | |
172 | 169 | | |
| |||
182 | 179 | | |
183 | 180 | | |
184 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| |||
0 commit comments