Ask about bundle identifier for Firebase Crashlytics BigQuery Integration #15193
-
Hi team ! This is a question about Firebase Crashlytics BigQuery Integration. Currently, the Apple apps registered in my project share the same
The following tables have been created in BigQuery:
According to firebase document, it states that in legacy behavior, batch tables are created based on the bundle id listed in Could you please clarify which bundle identifier is used in the data that Firebase sends to the server side - the one from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @fumito-ito , In Crashlytics there are 3 bundle id terminologies:
![]() In legacy behavior, we read from the app binary for the bundle id, which for most of the simple use cases, it matches with the bundle ID in the GoogleService-Info.plist. For the new export infrastructure, we will read from the bundle id which is registered Firebase App in your Firebase project (refer to the terminology 3). Let us know if you have any question and we will update the documentation to make the explanation clearer. |
Beta Was this translation helpful? Give feedback.
Hey @fumito-ito ,
Thank you for reaching out and your observation is the correct behavior. For legacy behavior, we will read from the binary’s bundle id and process to the BQ table.
In Crashlytics there are 3 bundle id terminologies:
In legacy behavior, we read from the app binary for the bundle id, which for most of the simple use cases, it matches with the bundle ID in the GoogleService-Info.plist.
For the new export infrastructure, we will read from the bundle id which is regi…