Hi, I am in the process of finishing my integration with RevenueCat and having an issue where the subscription events are not updated in the user collection.
Stack
- Vue.js + CapacitorJS + Firebase
What’s happening
- Subscriptions are successful
- User collection is updated with RevenueCat data (I’m using the same collection as my normal user collection)
- I cancel the subscription in Google Play successfully
- I receive the event in Firestore
- User collection is not updated
User collection’s entitlements and subscriptions sections after cancellation
![](https://uploads-us-west-2.insided.com/revenuecat-en/attachment/23a02685-c00c-4310-b4f2-c158194b5f1d.png)
![](https://uploads-us-west-2.insided.com/revenuecat-en/attachment/898097fa-a5b2-4915-8c76-986ab1a25f80.png)
The only steps I’ve not completed is connecting up to Google Analytics but otherwise I think I’m setup correctly.
Is this not working or is my expectations of how this integration works incorrect?
I was expecting that when a user unsubscribes that the unsubscribe_detected_at would be updated and when the sub expires that the subscriptions and entitlements would update accordingly.
Regards,
Chris