Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Firebase Authentication

  1. Go to Firebase Authentication configuration (/admin/config/system/firebase_authentication)
  2. Configure your private key path. E.g: ../../private/your-firebase-private-key.json
  3. Access the REST resources pages and enable the following REST endpoints (the module already came with pre-configured settings - Don't set the authentication provider on these endpoints to the firebase_authentication)
    1. Firebase Authentication user register
    2. Firebase Authentication user login
  4. Configure the permissions to use the REST endpoints above.
  5. Now you are ready to consume the REST endpoints and use the firebase_authentication provider in the content or any other endpoints that you want.

Register/Login Guide

Firebase Authentication Register/Login Guide

Using Firebase_Authentication as Authenticator Provider

Accessing content using Firebase_Authentication as Authenticator Provider