Instructions Restaurant- App
  • Introduction to Restaurant App
  • Will need:
  • Necessary facilities
  • The React Native CLI
  • FIREBASE PROJECT
  • Web Application
    • Web Application Settings
  • MOBILE APPLICACTION
    • Mobile App
      • Login
      • iOS Firebase
      • Firebase - Android
  • Running the Application
    • iOS
    • Android
  • Change the app icon
  • Change the name of the app
  • Building a splash screen in React Native
    • iOS
    • Android
  • Possible React Native Errors While Running
  • FAQs
Powered by GitBook
On this page

Was this helpful?

FIREBASE PROJECT

creating firebase project

PreviousThe React Native CLINextWeb Application Settings

Last updated 3 years ago

Was this helpful?

This project has Firebase as a database (https://firebase.google.com/), therefore we must create a project in firebase (https://console.firebase.google.com/) and within this project we must create three applications: Web App, Android App and iOS App.

We must also enable Firebase Firestore. If you haven't done it before, in the official

You can also try the to learn how it works (https://console.firebase.google.com/project/fir-demo-project/overview) For your database you can follow the steps:

1 - Create an account in Firebase and go to () Create a new project

2 - Create a Cloud Firestore database as in image

3 . We open the project configuration (image-3) and create three applications: Web, iOS and Android (image-4) and follow the steps indicated in the documentation

For the web application, we must copy the configuration shown in image-5 to use in the config.js files in the src/firebase/config.js folders of the Web project and the Mobile project in the file src/firebase/config.js

Firebase documentation
Firebase site
firebase console
https://console.firebase.google.com/
image-1
image-2
image-3
image-4
image-5