firebase-analytics Questions

6

Solved

I am using Firebase in my android project. Wanted to know how to disable it in development mode. All crashes and usage/events are being logged and messing up with actual analytics. Any better way ...
Cristycriswell asked 18/9, 2016 at 14:12

14

Solved

I added Google Analytics by CocoaPod into my project, but my app crashed and gave the following error. ld: framework not found FirebaseAnalytics clang: error: linker command failed with exit code ...
Plectognath asked 9/6, 2016 at 5:54

2

Solved

I have been logging my event clicks, which seem to show up but I can't seem to find parameters anywhere in the Firebase Console. All I see is: Events with custom reporting parameters will show u...
Rawden asked 21/5, 2020 at 20:51

5

Solved

I m trying to add Firebase Analytic and Firebase Crashlytics using Swift package manager here is a link of git for firebase SDK https://github.com/firebase/firebase-ios-sdk after that I add this tw...

10

Solved

After upgrading to Xcode 12, my project doesn't build for the simulator anymore. The error I get is: ld: in ... /Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnec...
Messmate asked 2/10, 2020 at 12:15

1

Currently working on a CMF for a web platform that uses firebase, Firebase Analytics and AdSense. However firebase's docs on consent and user privacy for the web are either missing a lot of stuff o...

3

i have trying to use debugview in firebase but it is unable to detect my device i tried the answer --> DebugView no devices available https://mcmap.net/q/202961/-firebase-analytics-debug-view-...
Nichols asked 1/12, 2020 at 12:6

3

Solved

My app uses React Router's BrowserRouter. How can I track page views and send them to google firebase analytics (I've already installed firebase-analytics.js).
Metathesis asked 9/4, 2020 at 11:59

6

I'm currently trying out the Firebase analytics suit, but, i have faced one small issue, my app is distributed on both google play and amazon store (which doesn't support google play services), so ...

1

I'm trying to debug an application and I've used debug view before on a different app. However no devices show for this app while it shows on the other app how can that happen? I did the following....
Connor asked 13/3, 2023 at 12:42

2

Solved

I'm currently working on a consent management system for my platform where we use firebase for analytics and AdSense for Ads. However the api is badly documented on this subject and there doesn't s...

3

I'm trying to implement Firebase In-App Messaging SDK within my iOS Project. I already added by project in Firebase console and created a new Campaign. I want to test if the campaign is being trigg...

12

Solved

I am trying to manually import and use the Firebase framework in my iOS application. I am starting off with the basic bare minimum Analytics framework (then I'll add the rest of the frameworks). I...

5

In my project I have different targets for the same app with different configurations (Production / Staging / QA). As suggested by the Firebase docs I added a plist file for each trarget and initia...
Dickinson asked 25/9, 2019 at 12:45

2

I want to initialise Firebase with FirebaseOptions without google-services.json, I'm following the blog post here https://firebase.googleblog.com/2017/03/take-control-of-your-firebase-init-on.html....
Bologna asked 8/8, 2017 at 11:0

5

Solved

I update 'Google/Analytics' from CocoaPod and get FirebaseAnalytics. After that, each time I run project, the FirebaseAnalytics turns out many error loggings. Currently I don't use this library a...
Shiah asked 30/5, 2016 at 5:32

2

I have been using Firebase Analytics for my apps and I like it. Currently I have 300 events set up on one of my apps. I learned that the max number of events we can have is 500. What would happen...
Slipslop asked 17/5, 2018 at 5:10

7

I followed the steps in registering my mobile application in firestore but when I try running the code I get the following error. I have downloaded the google services.json from firestore while reg...
Mucus asked 13/11, 2020 at 13:47

1

I have google analytics running on my website: mydomain.com Another website (anotherdoamin.com) that I don't own has embedded my website in an iframe on one if its pages. I want my websites analyti...

3

Given the upcoming iOS 14 permission prompt for apps that use the IDFA identifier, I am wondering if Firebase Analytics and Firebase Auth do need to access the IDFA in order to operate. In such cas...

1

I am trying to verify that these events are triggering at the correct step in our funnel with the right parameters but there's little documentation on how to figure this out. According to this docu...
Cussed asked 19/1, 2021 at 19:17

1

There seems to be 1-2% of duplicates in the Firebase analytics events exported to Big Query. What are the best practices to remove these? Atm the client does not send a counter with the events (p...
Michalemichalski asked 19/6, 2019 at 11:3

12

I have setup firebase in both the console and in the app. Everything configures correctly, and events appear to be logging in the app. Output to console: <FIRAnalytics/DEBUG> Logging event:...
Oneself asked 5/6, 2017 at 17:0

3

I have a project on the Firebase, which contains both iOS and Android apps, which are tracking as expected in the Firebase and Analytics. My next goal was to set up an ad campaign on the Google Ads...

5

As it is visible in the console output below, the application usually needs 7-10 seconds to process the service and often fails to do it. This happens on every startup. Why is it taking so long? I...
Eagre asked 26/9, 2016 at 22:44

© 2022 - 2025 — McMap. All rights reserved.