Git Product home page Git Product logo

programandoconro / react-native-firebase-restaurant-reservation-app Goto Github PK

View Code? Open in Web Editor NEW
21.0 0.0 9.0 53.72 MB

馃摛 Env铆a y recibe 馃摜 reservaciones a Restaurante desde tel茅fono Android 馃摬 con base de datos en 馃敟 Firebase 馃捑

JavaScript 100.00%
react-native firebase-realtime-database restaurant-app firebase-auth form android-app reservation-system reservations mobile-app android-application

react-native-firebase-restaurant-reservation-app's Introduction

Aplicaci贸n m贸vil (Android) para hacer reservas a Restaurant utilizando base de datos en tiempo real de Firebase.

Env铆a datos de reservaci贸n a Firebase y recibe la confirmaci贸n de la reserva a partir del administrador.

Esta App puede ser controlada por el Panel de Administrador Web, disponible en: https://github.com/programandoconro/Firebase-Real-Time-Web-Admin-App

Funcionalidades:

  • Enviar y recibir datos en tiempo real a partir de Firebase.
  • Autenticaci贸n (login) y creaci贸n de nuevo usuario (sign up) con Firebase Auth.

Para instalar, clonar este repositorio y en la carpeta creada instalar la App y sus dependencias.

git clone https://github.com/programandoconro/React-Native-Restaurant-Reservation-App 
cd React-Native-Restaurant-Reservation-App
npm install
expo start

Recuerda que debes permitir autenticaci贸n por correo/contrase帽a en Firebase, as铆 como cambiar las reglas de seguridad de la base a datos a:

{
  "rules": {
      ".read": "auth != null",
      ".write": "auth != null"
  }
}

Edita las credenciales de Firebase ubicada en /src/core/config.js

export const FIREBASE_CONFIG = {

apiKey: "",
 authDomain: "",
 databaseURL: "",
 projectId: "",
 storageBucket: "",
 messagingSenderId: "",
 appId: "",
 measurementId: ""
}

Screenshots:

react-native-firebase-restaurant-reservation-app's People

Contributors

programandoconro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.