We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a1b29 commit d8989c1Copy full SHA for d8989c1
firebase-sessions/README.md
@@ -1,5 +1,7 @@
1
# Firebase Sessions SDK
2
3
+The Firebase Sessions SDK is used by Crashlytics and Performance internally to measure sessions.
4
+
5
## Building
6
7
All Gradle commands should be run from the root of this repository.
@@ -15,3 +17,11 @@ Unit tests:
15
17
Integration tests, requiring a running and connected device (emulator or real):
16
18
19
`./gradlew :firebase-sessions:connectedAndroidTest`
20
21
+## Code Formatting
22
23
+Format Kotlin code in this SDK in Android Studio using
24
+the [ktfmt plugin](https://plugins.jetbrains.com/plugin/14912-ktfmt) with code style to
25
+**Google (internal)**, or by running:
26
27
+`./gradlew :firebase-sessions:ktfmtFormat`
0 commit comments