https://github.com/rafinhaa/myshopping-rn-ignite
https://github.com/rafinhaa/myshopping-rn-ignite
firebase react-native
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafinhaa/myshopping-rn-ignite
- Owner: rafinhaa
- Created: 2022-03-25T17:29:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T13:34:22.000Z (over 4 years ago)
- Last Synced: 2025-01-31T10:29:36.514Z (over 1 year ago)
- Topics: firebase, react-native
- Language: TypeScript
- Homepage:
- Size: 4.36 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MyShopping
About |
Technologies |
Run |
Info |
Changelog |
License
## 🔖 About
MyShopping é um aplicativo criado para entender os fundamentos do firebase.
Conta com uma interface simples e intuitiva para o usuário. As tecnologias utilizadas são:
Firebase auth;
Firebase storage;
## 🚀 Technologies
- [ReactNative](https://reactnative.dev/)
- [Expo](https://expo.io/)
## 🏁 How to run the project
#### Clone the repository
```bash
git clone https://github.com/rafinhaa/myshopping-rn-ignite.git
cd myshopping-rn-ignite
```
#### Install dependencies
```bash
yarn install
```
#### Build in iOS
```bash
cd ios && pod install && cd..
yarn run ios
```
#### Build in Android
```bash
yarn run android
```
## ℹ️ Info
É preciso ter uma conta no firebase e criar um projeto, criar o app para iOS e Android.
Baixar o arquivo de configuração do app do Android e mover para `android/app/google-services.json`;
Baixar o arquivo de configuração do app do Android e mover para `ios/GoogleService-Info.plist`;
## 📝 License
[MIT](LICENSE)
**Free Software, Hell Yeah!**