Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbransby authored Jul 15, 2024
1 parent 9f47f34 commit 5fd9650
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,17 @@ val app = Firebase.initialize(new Application(), options)

The following libraries are available for the various Firebase products.

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

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

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).

Expand Down

0 comments on commit 5fd9650

Please sign in to comment.