This is a basic version of shopping cart app. User should be able add, edit, delete product. Add product to cart and create an order.
This app is built using React Native, Firebase, Redux, Expo.
If you want to set this app all you want to do is create an firebase account and make your firbase api key ready Once all this is ready create .env file in your root folder and replace the data as mentioned below.
GOOGLE_API_URL=https://identitytoolkit.googleapis.com/v1/accounts: GOOGLE_API_KEY=##########YOURFIREBASEKEY############ API_URL=https://yourprojecturl.firebaseio.com API_TOKEN=
Happy to answer your querys !!
Keep Coding !!