Create a Firebase Project
Add a new project
1- Access https://console.firebase.google.com/.
2- Click on "Add Project".

3- Choose a name to your project (for your reference only), uncheck the Google Analytics optional feature (unless you want to use it) and wait for the process to finish.

Initialize services
4- Initialize the Authentication service, by click on the the menu "Build" >> "Authentication".



4.1- Allow your app domain on the Authentication settings

5- Initialize the Firestore Database service, clicking on "Build" >> "Firestore Database" and them on the "Create database" button.


6- Last but now least, initialize the Storage service, by clicking on "Build" >> "Storage".

Last updated