https://github.com/poncoe/android_loginfirebase
Login using Firebase Auth
https://github.com/poncoe/android_loginfirebase
android android-application android-loginfirebase android-studio firebase firebase-console google login luckytrue-development poncoe
Last synced: 6 months ago
JSON representation
Login using Firebase Auth
- Host: GitHub
- URL: https://github.com/poncoe/android_loginfirebase
- Owner: poncoe
- Created: 2019-01-11T07:05:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T19:07:20.000Z (almost 7 years ago)
- Last Synced: 2025-05-18T07:11:40.949Z (9 months ago)
- Topics: android, android-application, android-loginfirebase, android-studio, firebase, firebase-console, google, login, luckytrue-development, poncoe
- Language: Java
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android_LoginFirebase
Login using Firebase Auth Android
Sebuah Implementasi Firebase Auth pada Android, Login Email dan Password. (ID)
A Firebase Auth Implementation on Android, Email Login and Password. (EN)
Silahkan Translate, karena menggunakan Bahasa Inggris. (ID)
Please Translate, because using English Language. (EN)
# How to Build
1. Configure Gradl (Module: app) --> for Firebase Auth
```javascript
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.google.android.gms:play-services-auth:16.0.1'
```
2. Configure Gradl (Module: app) --> for Design Library & Constraint Layout
```javascript
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
```
3. Dont forget to Connect to Firebase & Get google-services.json
4. Added Apply Plugin Google Service in Gradl (Module: app), placement down
```javascript
apply plugin: 'com.google.gms.google-services'
```
5. Makesure You have activated the auth service in the firebase console.


6. If successful, email data will appear on the firebase console auth service

# Please ask if you experience difficulties, Yeah!
# Screenshot
