-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User not getting pushed to Mailchimp when using Apple sign in provider #62
Comments
Hi @ben-wright , sorry for the slow response on this one.
Otherwise, I'll start trying to repro this, but it requires a few steps to get set up! |
Hi @barticus thank you for your response.
|
Hi @barticus , on further inspection, I believe I am getting logs from mailchimp extension:
When user is signing in with apple. But I'm not sure why the email is blank on signup? I am using React Native and requesting email scope when user logs in:
And also the email is also visible on Firebase dashboard in authentication section. Any ideas why email would be blank on |
Sorry for not getting back to you @ben-wright. It sounds very strange! Can't find anyone else reporting this kind of issue. There are some issues around the full name not always being returned - might be worth a read to see if it impacts you, but I doubt its this same issue. We've prioritised looking into this but it still might be a few weeks until we do. We will need to set up a basic app of some form to repro. If you need it faster than that, I've put details in the readme on how to set up a local firebase project with this extension enabled, you could pull the code and add some extra log statements to track down what is going on. I understand that is not ideal, but could get this done faster. |
Thanks for reply :) Good idea, I will setup locally to further test what is happening and try to replicate locally. |
Hi @ben-wright , did you get any further with this? On our end, the person who was going to look at this was pulled on to another project, so it hasn't been assessed internally yet. |
Hi,
The extension is working great when users signup using email and password provider. However, when user using Apple Sign In provider, they are not pushed out to mailchimp.
I have checked logs for
ext-mailchimp-firebase-sync-addUserToList
function and it seems it is not getting trigger when a user signs up using Apple.Any help would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: