google-identity-auth

Google Identity Auth nodes for n8n

Package Information

Downloads: 0 weekly / 24 monthly
Latest Version: 0.1.3
Author: yamachu

Documentation

n8n-nodes-google-identity-auth

This is an n8n community node. It lets you use Firebase Authentication in your n8n workflows via the Identity Toolkit API and Token Service API.

n8n is a fair-code licensed workflow automation platform.

Installation
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Credentials

  1. Go to the https://console.cloud.google.com/apis/credentials?project=YOUR_PROJECT_NAME
  2. Click "Create Credentials" and select "API key"
  3. Copy the generated API key
  4. Ensure that the "Key restriction" is set to "None" or it can access the "Identity Toolkit API" and "Token Service API"

The generated accessToken is automatically refreshed when a 401 response is received. However, the generation of the accessToken is not guaranteed if a 401 response is not returned.

Compatibility

Tested with n8n version: 2.3.5

Resources

License

MIT License

Discussion