FIREBASE PROJECT

creating firebase project

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 Firebase documentation

You can also try the Firebase site 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 firebase console (https://console.firebase.google.com/) 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

Last updated