2. 시작하기 - GachonBaro/Ciet_App GitHub Wiki

Android Development Environment

Android Studio Arctic Fox | 2020.3.1
(To run this app, 'Android Studio' is required. If you haven't already done so, download and install it.)

Application Version

  • minSdkVersion 28
  • targetSdkVersion 30
  • 앱 버전: 1.0

Firebase

1. Connect to Firebase

(You can also check this out in the official Firebase documentation.)

  1. Sign into Firebase using your Google account.
  2. Create a Firebase project.
  3. Register this app with Firebase.
    ADD SHA-1 key
    (1) Open Android Studio
    (2) Click the Gradle button in the upper right.
    (3) app -> Tasks -> android -> signingReport
    (4) Copy SHA1
  4. Add a Firebase configuration file

2. Authentication - Google Login

After signing up/logging in, you can check the information in Firebase -> your project -> Authentication -> Users.
Using this function, store user information and get UID.

Google Maps SDK

To use Activity Authentication function, you have to use 'Google Maps SDK'.

  1. Add the Google Play services SDK to Android Studio. The Maps SDK for Android is distributed as part of the Google Play services SDK, which you can add through the SDK Manager.
  2. Set up in Cloud Console
    (1) Set up your project.
    (2) Enable APIs or SDKs.
    (3) Get an API key.
  3. Add the API key to your app

(You can also check this out in the official Google Maps Platform documentation.)

⚠️ **GitHub.com Fallback** ⚠️