Skip to content

Events not appearing in Firebase #1666

@helians11

Description

@helians11

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.

  1. Environment
    1. Platform: Android and IOS
    2. SDK version: 9.6.15
    3. OS version:
    4. Xcode/Android Studio version:
    5. React Native version: 0.73.11
    6. SDK installation (CocoaPods + version or manual):
    7. How widespread is the issue. Percentage of devices affected.
  2. Debug logs that reproduce the issue
  3. Steps to reproduce, with a description of expected vs. actual behavior
  4. 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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions