Skip to main content

All Questions

1 vote
1 answer
146 views

Flutter Firebase Analytics Error: Undefined symbol: _FIRConsentStatusDenied

I am trying to implement firebase analytics and crashlytics to my flutter project but I am getting the error below when I try to run on iOS simulator and physical device: Error (Xcode): Undefined ...
t13n's user avatar
  • 352
0 votes
0 answers
11 views

Use single firebase project for different Android App Stores

I want to use Firebase Crashlytics and Analytics an Android app that is deployed on multiple app stores (Google Play, Amazon, ...) According to this documentation those services do not rely on google ...
McFarlane's user avatar
  • 1,837
-1 votes
1 answer
92 views

Do I Need to Add android.permission.ACCESS_NETWORK_STATE for Firebase Analytics?

Do I need to add android.permission.ACCESS_NETWORK_STATE for Firebase Analytics? <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Jorpy's user avatar
  • 333
0 votes
1 answer
51 views

Do i Need to Add android.permission.INTERNET for Firebase Analytics?

Do i need to add android.permission.INTERNET for Firebase Analytics? <uses-permission android:name="android.permission.INTERNET" />
Jorpy's user avatar
  • 333
1 vote
1 answer
42 views

Custom role for only one project on Firebase Crashlytics

I want to add member into my Firebase project who can only see Firebase Crashlytics. And it should be for one project. I have created custom role however I can't assign the role to only one project. ...
Doğukan's user avatar
0 votes
2 answers
705 views

Crashlytics stopped showing analytics for the latest release as well as crash free users

For years management at my company was getting "crash-free" users stats, and then in the latest release it just disappeared! We still get crash reports no problem. Spent two weeks with ...
David H's user avatar
  • 41.4k
0 votes
1 answer
594 views

Firebase not processing analytics if the Firebase key is not present at build time

I only use Firebase for Crashlytics. The Android app needs to read the Firebase Key from a property that is not available at build time, so instead of using the default json configuration file it uses ...
htafoya's user avatar
  • 19k
3 votes
1 answer
930 views

Crashlytics report could not be enqueued to DataTransport

I am having trouble with crashlytics, crash reports are not being sent. here it is the logcat trace: I/FirebaseCrashlytics: Initializing Firebase Crashlytics 18.2.11 for me.easymobile.instantnfc D/...
Omar Bernardi's user avatar
3 votes
1 answer
596 views

No automatically tracked screens in Crashlytics logs. Only custom events are visible

I'm using Firebase for iOS version 9.2.0. Previously I used 8.12, but due to the problems described below, I changed to the latest version. My application has a mixed Obj-C and Swift code. It has an ...
Robert's user avatar
  • 140
2 votes
1 answer
715 views

Crashlytics crash free rate wrong?

I am watching the crash free rate of my app, but it doesn't make sense. According to my monthly data, I have 99.91% success rate, but on tendencies I can see that 89k users had a problem during the ...
htafoya's user avatar
  • 19k
1 vote
0 answers
229 views

IOS APP hangs and crashes after 2 seconds

I am getting this error and it is showing me main.js in the xcode and app got stuck, I am using Firebase Analytics and performance. If i remove performance or Analytics one of them app is working. ...
Rambler's user avatar
  • 277
22 votes
1 answer
4k views

How to fill in Google Play Data Safety form taking into account Firebase Analytics and Firebase Crashlytics libraries?

I have an app which does not push any data to any server except that it uses the Firebase Analytics and Firebase Crashlytics libraries to submit analytics and crash reports to my Firebase account. My ...
Adil Hussain's user avatar
  • 31.5k
4 votes
1 answer
972 views

Does Firebase impacts performance of the Production App

Does implementing Firebase SDKs and plugins impact the performance of an Android app? I need to ship a production-ready Android app to Play Store. For analytics and continuous improvement purpose, I ...
SVK's user avatar
  • 726
1 vote
1 answer
463 views

Can you use Firebase from an iOS widget when it's already used in the main application?

I have firebase Analytics and Crashlytics setup in the target for my main application: all the libraries, GoogleService-Info.plist, Firebase.h,... all of it. Now I've added a widget and it's actually ...
Nick Sinklier's user avatar
0 votes
1 answer
4k views

What will be purpose string of NSUserTrackingUsageDescription for Firebase/Crashlytics & Firebase/Analytics?

As Apple requires developers to receive the user’s permission through the App Tracking Transparency framework to track them or access their device’s advertising identifier (IDFA) With iOS 14.5 I am ...
Mitesh Dobareeya's user avatar

15 30 50 per page