How to create an account on the Firebase platform

Como crear una cuenta en la plataforma Firebase

The basic steps to create an account on the Firebase platform are as follows

DESCRIPTION OF STEPS TO FOLLOW: 

  •  Remember to have a Gmail account created beforehand, since Firebase is a Google service and an account from that same provider is required. Otherwise, go to the page https://firebase.google.com/ and associate your account. 

 

  •  Click on the start button. 

Firebase Drupal
 

  •  Click on the “Add Project” section.


Firebase Drupal

  •  We add a name to our project and then click on the “Start” option. 


Firebase Drupal

 

  • We deactivate “Google Analytics” and press “Create project”. 


Firebase Drupal

 

  • We wait for it to finish loading our project, and then click on “Continue”


Firebase Drupal

 

  •  And that's it, we would have our project created in Firebase, now let's register an app by clicking on the code icon. 

Firebase Drupal

  • We give our app a name, and then click on “Register app”

Firebase Drupal

  •  We can use the “npm” package manager if we are using Javascript-based technologies. We copy and then click on “Go to console” 


Firebase Drupal

  • We can use “Script”, to implement it directly in our HTML template. 


Firebase Drupal

  • We copy and then click on “Go to the console”

 

CONCLUSION: 

This way we can use this powerful tool and implement it in our projects. Taking advantage in this way of all the benefits they offer us, in addition to their varied documentation.