Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 683 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 683 Bytes

react-redux-firebase

Example apps of using react native with redux and firebase realtime database

Create, edit, delete and show list of employee

Step 1

run git clone https://github.com/imamsutono/react-redux-firebase.git

Step 2

Create firebase realtime database project

Step 3

Edit firebase config in src/App.js according to your firebase realtime database config.

You can find it in the firebase console

Example :

apiKey: 'yourWebAPIKey_AbC12',
authDomain: 'yourAuthDomain.firebaseapp.com',
databaseURL: 'https://yourProjectId.firebaseio.com',
projectId: 'yourProjectId',
storageBucket: 'yourProjectId.appspot.com',
messagingSenderId: '12345678'