From 87f8f06fd0599c6a3906a4eccfb4d1272bffa507 Mon Sep 17 00:00:00 2001 From: Nicholas Bransby-Williams Date: Sun, 27 Aug 2023 16:29:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afe16c5..4ce551c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@
The Firebase Java SDK is a pure java port of the Firebase Android SDK to run in clientside java environments such as the desktop. +
+
Note this is different to the official [Firebase Admin Java SDK](https://github.com/firebase/firebase-admin-java) which enables access to Firebase services from privileged environments (such as servers or cloud).