Qonversion can send revenue events, including purchases, trial conversions, subscription renewals, and even refunds, to your Firebase account. This allows you to match your users’ behaviour with their payment history in Firebase and empower your product decisions.Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
1. Setup the SDKs
- Make sure you have Firebase SDK installed. Check the official Firebase SDK documentation here
- Set Qonversion SDK following Installing the SDKs guides.
- Send firebaseAppInstanceId to Qonversion via User Properties
2. Configure the Firebase Integration
- Copy your Firebase App ID and Measurement Protocol API secret from the Google Analytics Console: Admin → Data Streams → Select existing or create a new stream for your App

- Open the Integrations section in your Qonversion account.
- Click + Add new, select Firebase, and choose the target store (iOS or Android) for the integration.
- Provide the API Secret and App ID copied in the first step in the corresponding fields, then save.

3. Pay attention to event names
Event names:- Must be 40 characters or fewer
- May only contain alpha-numeric characters and underscores
- Must start with an alphabetic character.
- Use Google default event names for revenue metrics to be computed accurately. Examples: purchase and refund.
- Avoid using Google reserved event names: in_app_purchase, notification_receive, user_engagement, etc.
- Other event names can be customised.
Done
Qonversion will send In-App purchases and subscription events to your Firebase account. You can make changes to event names and other setting on the Firebase integration settings page in Qonversion.Event Payload
Qonversion delivers each tracked event to the Firebase Measurement Protocol with the shape below.value, currency, and storefront are conditional (only present when the underlying revenue/transaction record carries them); app_instance_id and transaction_id are always populated.
When user properties have been recorded for the user, an additional user_properties object is included alongside events. Each entry is filtered through Firebase’s restrictions: keys must be 1-24 characters, start with a letter, contain only [a-zA-Z0-9_], and not begin with the reserved firebase_, google_, or ga_ prefixes; values must be at most 36 characters. Entries that fail any of these checks are silently dropped from the payload.
Facebook Ads Google Ads