https://github.com/yamachu/n8n-nodes-google-identity-auth
https://github.com/yamachu/n8n-nodes-google-identity-auth
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yamachu/n8n-nodes-google-identity-auth
- Owner: yamachu
- Created: 2026-01-15T17:46:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T18:08:28.000Z (6 months ago)
- Last Synced: 2026-01-15T20:19:03.531Z (6 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/sustainable-use-license/) workflow automation platform.
[Installation](#installation)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Resources](#resources)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) 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
* [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)
## License
MIT License