Skip to main content

All Questions

0 votes
0 answers
193 views

Firebase Analytics not showing data

I made an app which is connected with firebase analytics. when i create my app first it was working fine and data is showing in firebase analytics dashboard, till nov 5 it was working fir but now ...
Ashu Kumar's user avatar
1 vote
1 answer
425 views

Why logPurchase event in firereact-native-firebase/analytics return empty price value?

I have installed this library for my react-native project and it works fine, but when I use logPurchase event it firebase table price always is 0. I also tried to add hardcoded value but it also ...
wefwe fwefwef's user avatar
1 vote
1 answer
636 views

android studio is not connecting with firebase

I am trying to setup Firebase in my android project. Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync. Been looking for fixes online, most of ...
pabhel's user avatar
  • 11
0 votes
1 answer
759 views

Firebase not responding in android studio

I am trying to insert user data into the real-time database(Firebase). But when I run the app on an emulator or on my phone it just keeps loading(I set up a loadingBar to dismiss when a response is ...
Bryne Phiri's user avatar
0 votes
1 answer
320 views

how fIrebase automatically tracking event in mobile application? for example screen_view etc

how firebase capture event automatically in mobile application? for example when we open a new screen in mobile app, in firebase screen_view event will get trigger. so i want to know how firebase ...
Muthukumar Lenin's user avatar
1 vote
1 answer
251 views

Export firebase analytics into a desktop application

I have an android app connected to firebase. What I need to do is... I need to export every real time data (eg number of users, number of users connected, etc) into another app (desktop app). What's ...
Jonathan's user avatar
  • 233
0 votes
2 answers
619 views

Add Custom user Property through firebase function

Currently in our realtime database, we have a planDetails node for each uid that has fields like startDate, endDate, planType. I want to track the number of users whose premium plan is active. I am ...
nsrCodes's user avatar
  • 1,007
0 votes
2 answers
2k views

Export raw "event" data from firebase to big query?

i have an apps that show event in firebase console and i have done linked project to big query, but in big query only show dataset firebase_crashlytics and firebase_messaging. How i could retrieving ...
hinafaya's user avatar
  • 111
0 votes
0 answers
753 views

How to set up google analytics (or Firebase Analytics) in electron desktop app?

I want to collect the data of desktop app built with electron I created the property(app+web) in firebase console then get the Firebase SDK snippet as below: <!-- The core Firebase JS SDK is ...
zyo zyo's user avatar
1 vote
1 answer
184 views

Do i need to set up security rules in Firebase, if i only use it for analytics and crashes?

Firstly: I am using currently Firebase only for analytics (users count) and crashes for mobile app. No usage of Firebase Storage, Realtime Database or Firestore (none of those were configured or set ...
RadioLog's user avatar
  • 602
0 votes
1 answer
724 views

Build error while syncing 'com.google.firebase:[email protected]'

I am adding firebase analytics for crash report. while sycnchronizing im am getting below error ERROR: In project 'app' a resolved Google Play services library dependency depends on another at an ...
Pitchai Mari's user avatar
1 vote
1 answer
895 views

firebase analytics: find useruid for app_remove

I am using Firebase (react-native-firebase if it matters). In the events section of the console, I see that the app_remove event tracks uninstalls. I want to find out what specific users uninstalled ...
Nicoara Talpes's user avatar
2 votes
0 answers
304 views

Firebase Analytics not working with web SDK installed on Expo app

I have firebase realtime database up and running with my expo app. I'm using the web SDL with the following code in my index.js file. import * as firebase from 'firebase' const firebaseConfig = { ...
lem101's user avatar
  • 167
3 votes
1 answer
2k views

How to use scheduler for Firebase Cloud Functions with Realtime Database/Analytics triggers?

I'm working on a Firebase Cloud Function, to send triggered push notifications. Right now my function sends a push as soon as an user triggers the "IAP" event in my app. 'use strict'; const ...
cmii's user avatar
  • 3,596
1 vote
1 answer
5k views

What will firebase.getInstance() get if there are multiple databases

I was using a firebase database in my Android app. Now I need to use another database but I want to know for the old versions of my app what will "firebaseDatabase.getInstance" return? Which database ...
Mostafa Khaled's user avatar

15 30 50 per page