Skip to main content

All Questions

0 votes
1 answer
31 views

Firebase - RemoteConfig with custom user properties return wrong value

I am setting userProperties for custom defined property (scope user) and userId in analytics using setUserProperties and setUserId, and fetching remote config based on the setted properties. but i am ...
Zoro's user avatar
  • 1
0 votes
0 answers
41 views

expo react native , @react-native-firebase/app I got this error Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()

i was using expo react native ive install the firebase package using npm install --save @react-native-firebase/app i also install the package im using @react-native-firebase/analytics the issue is ...
shabas 001's user avatar
1 vote
1 answer
44 views

Why firebase Sign In showing error in next.js?

I am trying to sign in with email and password in firebase. I made a sign up page where I am able to successfully store the credential in firebase auth but sign in is not happening. 'use client' ...
Ajay Satpati's user avatar
1 vote
1 answer
680 views

Adding Firebase Analytics to NextJS 13 app/pages

What's the correct way to add firebase analytics to a nextJS 13 app? most of the docs or posts are of before nextJS v13 app/pages. I have added a firebase.ts file and added the following "use ...
tanjim anim's user avatar
0 votes
1 answer
80 views

How can I import firebase analytics using webpack bundler without getting error?

I have a application that imports firebase analytics and uses webpack to build js. I have an error after clearing cache and deleting node_modules (I had another error). So, after doing this, the ...
onie's user avatar
  • 11
0 votes
0 answers
218 views

Firebase Analytics ReferenceError

I just try to use Firebase Cloud Firestore with analytic service here is my index.js: // Import the functions you need from the SDKs you need import { initializeApp } from "firebase/app"; ...
Peeradon Panpakdeewong's user avatar
1 vote
1 answer
369 views

Still get firebase measurementId warning after relink to firebase analytics

I just tried to relink the project to firebase analytics. After that, the measurementId changed. I added new measurementId to HTML and deployed it. But, I still get a warning "The measurement ID ...
Settasit7's user avatar
1 vote
1 answer
111 views

FIREBASE ANALYTICS. Get analysis report then render to HTML

I'm currently using Firebase JS SDK at Client and ExpressJS + Cloud Functions at Server. Is there any way to get All Users from my apps and then render it to HTML (Client).
thanhtoo0808's user avatar
1 vote
2 answers
855 views

Unable to send log event in html Firebase Analytics

Firebase analytics problem in JS Hello I am unable to send lo event in my html and js website. My code <html> <head> <title>Test</title> </head> <...
Avijit Das's user avatar
2 votes
0 answers
241 views

Firebase Analytics for Web: Clean up screen tracking in funnels

I'm using Firebase Analytics in a React Native app (running on iOS, Android, web). I'm trying to build a funnel - but when building a funnel I'm getting multiple screen events (on web). Currently I'm ...
robertherber's user avatar
1 vote
0 answers
343 views

Why does my Vue+Vite app break as soon as I add firebase analytics import?

I have an app which uses firebase firestore, hosting and authentication and I want to add analytics to it. I'm following the documentation at: https://firebase.google.com/docs/analytics/get-started?...
DuchSuvaa's user avatar
  • 636
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
2k views

How to pass array of objects as parameter in firebase analytics custom events

We are trying to capture the API details on our website. So we are logging a custom event inside the Axios interceptors. So we need to send a nested object(which contains all the details of the API ...
prabhakar kotipalli's user avatar
5 votes
0 answers
253 views

React Native Firebase Analytics window.document.getElementsByTagName Problem

I want to connect firebase analytics to my react native project, but when I write this code in my app, import {initializeApp} from 'firebase/app' import {getAnalytics} from 'firebase/analytics'; ...
zekoliman's user avatar
  • 109
0 votes
1 answer
321 views

Firebase track user time spent on app not found

I created an app in react native for the front end, node.js in the backend and for the authentication I using firebase. Now, I would like to track by User uid the time they each spend on the app. I ...
colla's user avatar
  • 805

15 30 50 per page