简体   繁体   中英

My firebase extension is failing to install due to invalid field values, but I don't see whats wrong with them?

I am trying to install a mailchimp extension on firebase.

my users firestore looks like this:

在此处输入图像描述

My extension config looks like this:

在此处输入图像描述

Here is the error:

在此处输入图像描述

I don't think you need to add the extra {documentId} to the end of your collection name -- looks like the extension is trying to add another one on for you and getting confused.

Try just setting your collection to /users and see if that fixes it.

What Todd mentioned should resolve your issue.

If you're interest, I've actually written extensively about the capabilities of the extension inside out (with troubleshooting) here: The Missing Dev Guide for Firebase and MailChimp Integration .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM