Example apps of using react native with redux and firebase realtime database
Create, edit, delete and show list of employee
run git clone https://github.com/imamsutono/react-redux-firebase.git
Create firebase realtime database project
Edit firebase config in src/App.js
according to your firebase realtime database config.
You can find it in the firebase console
apiKey: 'yourWebAPIKey_AbC12',
authDomain: 'yourAuthDomain.firebaseapp.com',
databaseURL: 'https://yourProjectId.firebaseio.com',
projectId: 'yourProjectId',
storageBucket: 'yourProjectId.appspot.com',
messagingSenderId: '12345678'