Firebase icon indicating copy to clipboard operation
Firebase copied to clipboard

Support for Realtime Database

Open sorcamarian opened this issue 2 years ago • 2 comments

Hi,

I'm using this nice extension and it's working great for just email. How can I include the First and Last name in the data saved on MailChimp? In the configuration files I'm only seeing Firestore being mentioned.

sorcamarian avatar Feb 09 '23 20:02 sorcamarian

Hi @sorcamarian , I'll look into how we can support realtime database 👍 Extension triggers are specific to the technology and currently the extension only supports firestore.

barticus avatar Mar 28 '23 00:03 barticus

Hi @sorcamarian , I built the solution for this, on the feature/realtime-db-handlers branch.

Unfortunately it requires users to enable realtime DB just to install/update the extension. I've proposed splitting out the extension based on the service it integrates with, but that has been put on hold for the time being.

You may use the code as you need to, or publish your own extension using that branch as the base, if you would like to, to solve your problem in the meantime.

barticus avatar Oct 04 '23 03:10 barticus