Skip to content

Commit 40a5d08

Browse files
authored
Update README.md
1 parent a6f5556 commit 40a5d08

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ The following libraries are available for the various Firebase products.
2424

2525
Is the Firebase library or API you need missing? [Create an issue](https://github.com/TeamHubApp/firebase-kotlin-sdk/issues/new?labels=API+coverage&template=increase-api-coverage.md&title=Add+%5Bclass+name%5D.%5Bfunction+name%5D+to+%5Blibrary+name%5D+for+%5Bplatform+names%5D) to request additional API coverage or be awesome and [submit a PR](https://github.com/TeamHubApp/firebase-kotlin-sdk/fork)
2626

27-
## Configure Firebase
27+
## Getting started
2828

29-
Since you most likely want to share your firebase configuration across platforms you should configure Firebase programatically in your common source instead of a platform-specific way (such as the Firebase configuration file on Android)
29+
### New to Firebase?
30+
31+
Head over to the main Firebase documentation and follow the steps
32+
33+
### Configure Firebase
34+
35+
Since you most likely want to share your firebase configuration across platforms you should configure Firebase programatically in your common source instead of a platform-specific configuration file.
3036

3137
You can do this as follows:
3238

0 commit comments

Comments
 (0)