n8n-nodes-firebase-admin-auth-get-uid-from-email
v1.0.2
Published
Firebase Admin Auth get the uid from the email of the user
Downloads
658
Readme
n8n-nodes-firebase-admin-auth-get-uid-from-email
Firebase Admin Auth get the uid from the email of the user.
Getting Started
- Install the node package to your n8n instance in root of the project
pnpm install firebase-admin -w
- Add environment variables to your n8n instance
NODE_FUNCTION_ALLOW_EXTERNAL=firebase-admin
- Add the custom node to your n8n instance:
- Go to Settings.
- Community nodes.
- Add
n8n-nodes-firebase-admin-auth-get-uid-from-email
.
- Now you should see the node in the nodes list named
Firebase Auth
.
Development
- Run
pn build && pn link --global
- Go to
~/.n8n/custom
- Run
rm -rf node_modules && pnpm link n8n-nodes-firebase-auth --global && n8n start