https://github.com/tutv/rn-product-hunt
Using Firebase Authentication to build authentication feature (login, register) on React Native
https://github.com/tutv/rn-product-hunt
firebase firebase-realtime-database react-native react-navigation reactjs realtime
Last synced: about 2 months ago
JSON representation
Using Firebase Authentication to build authentication feature (login, register) on React Native
- Host: GitHub
- URL: https://github.com/tutv/rn-product-hunt
- Owner: tutv
- Created: 2018-07-28T15:47:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T13:58:53.000Z (almost 8 years ago)
- Last Synced: 2025-10-28T17:41:50.636Z (7 months ago)
- Topics: firebase, firebase-realtime-database, react-native, react-navigation, reactjs, realtime
- Language: JavaScript
- Homepage:
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sử dụng Firebase để xây dựng chức năng đăng ký, đăng nhập
## Firebase
Đăng kí tài khoản firebase sau đó tạo 1 project và copy config vào file: `src/config/firebase.json` như sau:
```
{
"apiKey": "xxxxx",
"authDomain": "project-xxx.firebaseapp.com",
"databaseURL": "https://project-xxx.firebaseio.com",
"projectId": "project-xxx",
"storageBucket": "project-xxx.appspot.com",
"messagingSenderId": "xxx"
}
```
- Bật chế độ xác thực thông qua email và password

## Ảnh demo


