firebase-admin-auth-get-uid-from-email

Firebase Admin Auth get the uid from the email of the user

Package Information

Downloads: 1 weekly / 4 monthly
Latest Version: 1.0.2
Author: Matas Dziadaravičius

Documentation

n8n-nodes-firebase-admin-auth-get-uid-from-email

Firebase Admin Auth get the uid from the email of the user.

Getting Started

  1. Install the node package to your n8n instance in root of the project
    pnpm install firebase-admin -w
    
  2. Add environment variables to your n8n instance
    NODE_FUNCTION_ALLOW_EXTERNAL=firebase-admin
    
  3. Add the custom node to your n8n instance:
    1. Go to Settings.
    2. Community nodes.
    3. Add n8n-nodes-firebase-admin-auth-get-uid-from-email.
  4. Now you should see the node in the nodes list named Firebase Auth.

Development

  1. Run pn build && pn link --global
  2. Go to ~/.n8n/custom
  3. Run rm -rf node_modules && pnpm link n8n-nodes-firebase-auth --global && n8n start

License

MIT

Discussion