Logic nodes · Preview

Firebase Auth

Connect Firebase identity to backend session checks, token validation, and profile synchronization.

What this preview covers

Social providers, secure session checks, token validation, and profile sync.

Use this page to evaluate the workflow and plan how it could fit your project. Marketplace cloning is not open yet; the steps below describe an example to review when access becomes available.

Example workflow

  1. Receive the caller's Firebase identity token.
  2. Validate the token and resolve the corresponding backend profile.
  3. Continue the protected request or return an authentication error.

Before you connect it

  • Identify the Firebase project and enabled sign-in providers.
  • Define the profile fields your backend needs.
  • Test expired tokens and identities from the wrong project.

When cloning becomes available, review the cloned node, confirm framework and integration compatibility, and test it with development data before using it in a live project.

Build with Avora