From c8d468e7fea9f283cf8ce2fdb948f48ab2a69f45 Mon Sep 17 00:00:00 2001 From: Kevin Schildhorn Date: Fri, 29 Mar 2024 12:06:14 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 19e7a2cb..a6061681 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ This project has a pair of native mobile applications backed by the Sessionize d The apps need a Firebase account set up to run. You'll need to get the `google-services.json` and put it in `android/google-services.json` for Android, and the `GoogleService-Info.plist` and put that in `ios/Droidcon/Droidcon/GoogleService-Info.plist` for iOS. +Additionally for Firebase Authentication you'll need to pass in your client ID into the project. + +For Android you'll need to add a `clientId` property to your `local.properties`. +For iOS you'll need to pass the clientId into your [URL Types](https://firebase.google.com/docs/auth/ios/google-signin#implement_google_sign-in). + ## Compose UI for both! We're running a very early version of Compose UI for iOS as the iOS interface. It mostly shares the screen code with the Android app. While Native Compose UI is obviously experimental, it works surprisingly well.