This Firebase Extension automatically listens for new user registrations in Firebase Authentication and sends a webhook notification to your PingBell.
- ✅ Listens for new users created in Firebase Authentication.
- ✅ Triggers a webhook request to PingBell with user details (soon).
- ✅ Works with Firebase Emulator for local testing.
- ✅ Secure & Efficient – runs as a Firebase Cloud Function.
- A user signs up via Firebase Authentication.
- The extension automatically triggers a Cloud Function.
- The function sends a webhook request to the configured PingBell Webhook URL.