52,798 questions with no upvoted or accepted answers
33
votes
1
answer
2k
views
Event Data Collected by Firebase Analytics DebugView Is Incomplete
I'm sending events to Firebase Analytics and find out that part of the event parameters is missing in DebugView.
Below are two identical events sending to Firebase and I've checked that all the ...
31
votes
5
answers
2k
views
Get Download Url after firebase's resize extension completed
This is what I am trying to achieve, implement the firebase's resize image extension, upload an image, then when the resize is completed, add that dowloadUrl's thumbs to a Cloud Firestore document. ...
30
votes
2
answers
4k
views
Firebase Cloud Functions Error: connect ECONNREFUSED
I am trying to create a Kik Messenger bot according to their API using Firebase Cloud Functions. I am using Blaze Plan. I am trying to reply to a message that my bot received. I can receive messages ...
28
votes
0
answers
2k
views
Android Studio not suggesting Firebase BoM new versions
I am using firebase in my android app, and I have included several firebase client libraries in my build.gradle, each with its own version.
When a new version of each library was available, Android ...
28
votes
1
answer
2k
views
How can I resolve crash Thread SIGSEGV 0x0000000000000010 in react native
I have an application published in Play Store,
I got a crash report but I can't figure out how to resolve it,
Trace:
Crashed: Thread: SIGSEGV 0x0000000000000010
at (Manquant)()
at (Manquant)()
...
24
votes
3
answers
23k
views
Cross-Origin-Opener-Policy policy would block the window.postMessage call error with Sign in with Google
I have implemented Sign in with Google using popup UX mode for a React site hosted on Firebase. I am able to sign in, however, each time I sign in on localhost:3000 or on a deployed version of my ...
23
votes
1
answer
4k
views
Firebase & iOS 14 > Will dynamic links tracking and campaigns continue to work?
As most of you are probably aware, iOS 14 will basically put an end to app acquisition tracking as we know it.
Here are two great articles that explore the issue in length:
The App Attribution ...
22
votes
0
answers
920
views
__WEBPACK_IMPORTED_MODULE_1_firebase_app__.app is not a function
Firebase provider
import { HttpClient } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { AngularFireDatabase, FirebaseListObservable } from 'angularfire2/database';
@...
21
votes
1
answer
4k
views
How Firebase Analytics calculates (unique) Users
Since I noticed a misalignment between the count of Users and the count of User IDs on Google Analytics (for mobile apps), I need to understand technically how Google counts Users in mobile apps. ...
21
votes
0
answers
530
views
Error parsing triggers: Cannot find module '@custom-path'
I'm trying to use Path Mapping for Cloud Functions but when I use a custom path like import * as b from '@custom-path/barrel' I get an error on tslint for implicit imports. If I disable this rule and ...
19
votes
2
answers
3k
views
Firebase DB Update from Background Service
I am seeing a very weird behavior when using updating the Firebase DB from a background service in my Android App. FYI I have SetPersistanceEnabled set to TRUE. My Java API Version is 2.5.0+.
...
18
votes
0
answers
816
views
What is equivalent HitBuilders.ScreenViewBuilder for Firebase
Previously, to track screen view in Google Analytics, I'm using the following code snippet. It is very convenient, as I need not to pass Activity and Context around. To use it, I just need to call ...
17
votes
3
answers
30k
views
Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found. Flutter Firebase
I just installed flutter with firebase but when adding to database I get the following error
İnstalled Google Play Services
Add in AndroidManifest(main)
-Add in AndroidManifest(user)
Local module ...
17
votes
1
answer
2k
views
Deploying Vue/Nuxt app to Firebase as Universal App with SSR
I'm trying to deploy my Universal Nuxt.js app to Firebase. All information on doing this appears to be out-dated, and I'm not able to get it fully working.
SSR appears to work, along with static ...
17
votes
0
answers
1k
views
Firebase push notification opens count not working
I have implemented Firebase cloud messaging "Push notifications" properly in android and iOS
I can receive the notifications in my devices both iOS and android but I'm not able to see the count of ...