-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- I have updated Purchases SDK to the latest version
- I have read the Contribution Guidelines
- I have searched the Community
- I have read docs.revenuecat.com
- I have searched for existing Github issues
Describe the bug
I have integrated Firebase as per the RC documentation. Events are getting sent from the RC successfully with the status code 204. But when checked the events on Firebase then they are not appearing there. Its been around 2 weeks but no events are appearing for IOS and Android both.
- Environment
- Platform: Android and IOS
- SDK version: 9.6.15
- OS version:
- Xcode/Android Studio version:
- React Native version: 0.73.11
- SDK installation (CocoaPods + version or manual):
- How widespread is the issue. Percentage of devices affected.
- Debug logs that reproduce the issue
- Steps to reproduce, with a description of expected vs. actual behavior
- Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Additional context
Here is one of the payload sent from RC:
{
"app_instance_id": "49c63ef4-a34f-11eb-96fd-02420a00fb02",
"events": [
{
"name": "purchase",
"params": {
"affiliation": "PLAY_STORE",
"app_id": "app96e36648c6",
"coupon": "",
"currency": "INR",
"environment": "PRODUCTION",
"event_id": "a5435f9e-3b5a-4d5d-b75b-ba191b339b0b",
"expiration_at": 1804740003887000,
"is_renewal": false,
"is_trial_conversion": true,
"items": [
{
"affiliation": "PLAY_STORE",
"item_id": "mathgym_premium:yearly"
}
],
"original_app_user_id": "49e31074-a34f-11eb-8f3a-02420a00f938",
"original_transaction_id": "GPA.3332-3723-2735-52504",
"period_type": "NORMAL",
"presented_offering_id": "mathgym_premium",
"product_id": "mathgym_premium:yearly",
"purchased_at": 1773204003887000,
"transaction_id": "GPA.3332-3723-2735-52504..0",
"value": 949
}
}
],
"user_id": "49e31074-a34f-11eb-8f3a-02420a00f938"
}
Here is the response:
{
"Alt-Svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Content-Length": "0",
"Content-Security-Policy-Report-Only": "script-src 'none'; form-action 'none'; frame-src 'none'; report-uri https://csp.withgoogle.com/csp/scaffolding/ascnsrsggc:66:0",
"Content-Type": "text/plain",
"Cross-Origin-Opener-Policy-Report-Only": "same-origin; report-to=ascnsrsggc:66:0",
"Cross-Origin-Resource-Policy": "cross-origin",
"Date": "Wed, 11 Mar 2026 04:41:11 GMT",
"Expires": "Fri, 01 Jan 1990 00:00:00 GMT",
"Last-Modified": "Sun, 17 May 1998 03:00:00 GMT",
"Pragma": "no-cache",
"Report-To": "{\"group\":\"ascnsrsggc:66:0\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/scaffolding/ascnsrsggc:66:0\"}],}",
"Server": "Golfe2"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working