2. 시작하기 - GachonBaro/Ciet_App GitHub Wiki
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.)
- minSdkVersion 28
- targetSdkVersion 30
- 앱 버전: 1.0
(You can also check this out in the official Firebase documentation.)
- Sign into Firebase using your Google account.
- Create a Firebase project.
- 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
- Add a Firebase configuration file
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.
To use Activity Authentication function, you have to use 'Google Maps SDK'.
- 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.
- Set up in Cloud Console
(1) Set up your project.
(2) Enable APIs or SDKs.
(3) Get an API key.
- Add the API key to your app
(You can also check this out in the official Google Maps Platform documentation.)