An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



MyShopping










About   |   
Technologies   |   
Run   |   
Info   |   
Changelog   |   
License


Screenshot

## 🔖 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!**