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 documentationarrow-up-right

You can also try the Firebase sitearrow-up-right 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 arrow-up-right(https://console.firebase.google.com/arrow-up-right) Create a new project

image-1

2 - Create a Cloud Firestore database as in image

image-2

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

image-3
image-4
image-5

Last updated