Skip to content

Commit c160ace

Browse files
committed
Commit additional changes by the formatter
1 parent 7f5ba3a commit c160ace

File tree

33 files changed

+1036
-971
lines changed

33 files changed

+1036
-971
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,35 @@ name: ⚠️ Report a Bug
33
about: Think you found a bug in the SDK? Report it here.
44
---
55

6-
<!-- DO NOT DELETE
6+
<!-- DO NOT DELETE
77
validate_template=true
88
template_path=.github/ISSUE_TEMPLATE/bug.md
99
-->
1010

1111
### [READ] Step 1: Are you in the right place?
1212

13-
Issues filed here should be about bugs in __the code in this repository__.
14-
If you have a general question, need help debugging, or fall into some
15-
other category use one of these other channels:
13+
Issues filed here should be about bugs in **the code in this repository**. If you have a general
14+
question, need help debugging, or fall into some other category use one of these other channels:
1615

17-
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
18-
with the firebase tag.
19-
* For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk)
20-
google group.
21-
* For help troubleshooting your application that does not fall under one
22-
of the above categories, reach out to the personalized
23-
[Firebase support channel](https://firebase.google.com/support/).
16+
- For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
17+
with the firebase tag.
18+
- For general Firebase discussion, use the
19+
[firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) google group.
20+
- For help troubleshooting your application that does not fall under one of the above categories,
21+
reach out to the personalized [Firebase support channel](https://firebase.google.com/support/).
2422

2523
### [REQUIRED] Step 2: Describe your environment
2624

27-
* Android Studio version: _____
28-
* Firebase Component: _____ (Database, Firestore, Storage, Functions, etc)
29-
* Component version: _____
25+
- Android Studio version: **\_**
26+
- Firebase Component: **\_** (Database, Firestore, Storage, Functions, etc)
27+
- Component version: **\_**
3028

3129
### [REQUIRED] Step 3: Describe the problem
3230

3331
#### Steps to reproduce:
3432

35-
What happened? How can we make the problem occur?
36-
This could be a description, log/console output, etc.
33+
What happened? How can we make the problem occur? This could be a description, log/console output,
34+
etc.
3735

3836
#### Relevant Code:
3937

.github/ISSUE_TEMPLATE/fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 💡 Feature Request
33
about: Have a feature you'd like to see in the Android SDK? Request it here.
44
---
55

6-
<!-- DO NOT DELETE
6+
<!-- DO NOT DELETE
77
validate_template=false
88
template_path=.github/ISSUE_TEMPLATE/fr.md
99
-->

appcheck/firebase-appcheck-debug-testing/firebase-appcheck-debug-testing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
plugins {
1616
id 'firebase-library'
17-
id 'copy-google-services'
17+
// id 'copy-google-services'
1818
}
1919

2020
firebaseLibrary {

ci/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This directory contains tooling used to run Continuous Integration tasks.
1414
source ~/.venvs/fireci/bin/activate
1515
```
1616
- At the root of the firebase sdk repo, run
17+
1718
```
1819
pip3 install -e ./ci/fireci/
1920
```
@@ -25,23 +26,22 @@ This directory contains tooling used to run Continuous Integration tasks.
2526

2627
## Uninstall
2728

28-
If you run into any issues and need to re-install, or uninstall the package, you can do so
29-
by uninstalling the `fireci` package.
29+
If you run into any issues and need to re-install, or uninstall the package, you can do so by
30+
uninstalling the `fireci` package.
3031

3132
```shell
3233
pip3 uninstall fireci -y
3334
```
3435

3536
## Debug
3637

37-
By default, if you're not running `fireci` within the context of CI, the minimum log level is set
38-
to `INFO`.
38+
By default, if you're not running `fireci` within the context of CI, the minimum log level is set to
39+
`INFO`.
3940

4041
To manually set the level to `DEBUG`, you can use the `--debug` flag.
4142

4243
```shell
4344
fireci --debug clean
4445
```
4546

46-
> ![NOTE]
47-
> The `--debug` flag must come _before_ the command.
47+
> ![NOTE] The `--debug` flag must come _before_ the command.

0 commit comments

Comments
 (0)