An open API service indexing awesome lists of open source software.

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

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