Skip to content
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

RevenueCat events not writing to Firestore #77

Open
samumzizi opened this issue May 20, 2024 · 1 comment
Open

RevenueCat events not writing to Firestore #77

samumzizi opened this issue May 20, 2024 · 1 comment
Assignees

Comments

@samumzizi
Copy link

RevenueCat firebase extension is set up correctly, on RevenueCat it shows that events are being sent to firebase, however they are not being written on Firestore.

@vicfergar
Copy link
Contributor

Hi @samumzizi,

Thank you for reaching out. Just to clarify, are you referring to events not being written to the Firestore collection?

If so, please ensure that the necessary parameters are correctly set in the extension configuration. Specifically, the FIRESTORE_COLLECTION_NAME parameters should be properly defined. You can find more details on setting up these parameters in the RevenueCat Firebase Extension documentation.

Additionally, please verify that:

1.	The Firestore database rules allow read and write access for the relevant paths.
2.	The Firebase extension has the necessary permissions to write to Firestore.
3.	There are no errors in the Firebase console logs that might indicate issues with the setup.

If you’ve checked these and the issue persists, please provide more details about your configuration so we can assist further.

@vicfergar vicfergar self-assigned this Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants