Passer au contenu

Firebase Google Connexion - General Configuration

This Guide will walk you through integrating Google Sign-In with Firebase Authentication using the Capacitor Social Connexion plugin. This Configuration allows you to use Natif Google Sign-In on mobile platforms while leveraging Firebase Auth for backend authentication.

  1. Please go to console.cloud.google.com
  2. Select the project you want to use Firebase Project Selector
  3. Go to the Authentication menu
    1. Click on build
    2. Click on Authentication
    Firebase Authentication Menu
  4. Click on the Get started button Firebase Get Started Button
  5. Select EITHER Email/Password AND Google OR Google ONLY

    I will select Email/Password AND Google, as I want to use both, but you could select only Google. This is something you can change later.

    Firebase Select Email/Password and Google Button Firebase enable email authentication Firebase save enable google authentication Firebase enable add provider button Firebase add Google provider after having added email provider
  6. Enable the Google provider Firebase enable google authentication
  7. Ajouter the Support email Firebase add support email Firebase add support email part 2
  8. Change the Public-facing name for project.

    This will be displayed to the Utilisateurs, so I recommend changing it to something more descriptive.

    Firebase change public facing name
  9. Click on the Save button Firebase save public facing name

Voilà, you have now enabled Google Sign-In with Firebase Authentication 🎉