This Firebase Extension automatically listens for new user registrations in Firebase Authentication and sends a notification to your PingBell service.
- Listens for new user sign-ups in Firebase Authentication.
- Sends a notification with user details to a specified PingBell.
- Works seamlessly with Firebase Cloud Functions.
- You must have a PingBell Webhook URL to receive new user data.
- Ensure that your Firebase project has Firebase Authentication enabled.
- PINGBELL_WEBHOOK_URL: The URL where new user data will be sent.
Once installed, this extension will automatically:
- Listen for new user registrations.
- Trigger a Cloud Function that sends a webhook request to your PingBell Webhook URL.
For troubleshooting, check the Firebase logs:
firebase functions:log