Vai al contenuto

Firebase Google Login - General Setup

This guide will walk you through integrating Google Sign-In with Firebase Authentication using the Capacitor Social Login plugin. This setup allows you to use native 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 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. Add the support email Firebase add support email Firebase add support email part 2
  8. Change the Public-facing name for project. 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 🎉