Skip to content

Commit 5fd9650

Browse files
authored
Update README.md
1 parent 9f47f34 commit 5fd9650

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,17 @@ val app = Firebase.initialize(new Application(), options)
104104

105105
The following libraries are available for the various Firebase products.
106106

107-
| Service or Product | Port of Android version |
108-
|---------------------------------------------------------------------------------|:------------------------|
109-
| [Authentication](https://firebase.google.com/docs/auth) | N/A[^1] |
110-
| [Cloud Firestore](https://firebase.google.com/docs/firestore) | `24.10.0` |
111-
| [Realtime Database](https://firebase.google.com/docs/database) | `20.3.0` |
112-
| [Cloud Functions](https://firebase.google.com/docs/functions) | `20.4.0` |
113-
| [Remote Config](https://firebase.google.com/docs/remote-config) | `21.6.0` |
114-
| [Installations](https://firebase.google.com/docs/projects/manage-installations) | `17.2.0` |
107+
| Service or Product | Port of Android version |
108+
|-----------------------------------------------------------------------------------|:------------------------|
109+
| [Authentication](https://firebase.google.com/docs/auth) | N/A[^1] |
110+
| [Cloud Firestore](https://firebase.google.com/docs/firestore) | `24.10.0` |
111+
| [Realtime Database](https://firebase.google.com/docs/database) | `20.3.0` |
112+
| [Cloud Functions](https://firebase.google.com/docs/functions) | `20.4.0` |
113+
| ~[Remote Config](https://firebase.google.com/docs/remote-config)~ | `21.6.0`[^2] |
114+
| ~[Installations](https://firebase.google.com/docs/projects/manage-installations)~ | `17.2.0`[^2] |
115115

116116
[^1]: Google has not open-sourced the Firebase Auth implementation for Android so a basic implementation using the Rest API is provided.
117+
[^2]: Although the libraries are inlcuded they are currently not funtional
117118

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

0 commit comments

Comments
 (0)