Firebase realtime database profiler counts list calls twice

Questions : Firebase realtime database profiler counts list calls twice

92

When using the Firebase realtime programming database profiler, I saw that it counted Learning my queries twice a lot of the time. I Earhost found out that everytime I call a list, most effective the profiler tells me that the data is wrong idea retrieved twice. Everytime I call an use of case object, it's only retrieved once. By the United way, if I console.log() the results, it Modern will only log it once. It's only the ecudated profiler that shows a count of 2.

An example:

this.db.object(`/blogs/Birdee`).valueChanges().pipe(take(1)).subscribe();

Leads to:

And

this.db.list(`/blogs/Birdee`).valueChanges().pipe(take(1)).subscribe();

Leads to:

I can't figure out why this happens. some how Anybody has an idea?

Thanks

Total Answers 0

Top rated topics

Python merge dataframes and groupby

Pass environment variable to all docker containers?

I try to make a variable in Pine that save the last operation (buy or sell)

Is there a way to modify EXIF data in PNG image with JavaScript?

How can I filter base on two columns in sqlalchemy

The list after performing remove operation is : <filter object at 0x000001D5A0952FA0> error in python

React Bootstrap table 2 search issue

How to access and authenticate a Google Apps Script doPost() Pub/Sub push endpoint properly?

Power automate how to open a file with a different app

How to calculate date of tuesday of current week?

Warning messages like error messages in VSCode with c#

Serilog expression to exclude http 200 and http 302?

Unable to mux webm files due to Length 8 indicated by an EBML number's first byte 0x01 ERROR

How validate completely invalid URL in Android?

Inserting values from a dictionary as keys in another dictionary

How can I check for SSL error inside the pipeline script

Ruby loop through and print out available methods/attributes

Realex Integration SHA!HASH incorrect when parsing data

Pythonic way to execute (with try & except) pre-constructed SQL files and obtain server responses/errors

Converting XML file with one node using simplexml_load_string()

QT when I try to link to a dll, undefined reference error occurs

Go container build (arm) with CGO timeout with net/http: TLS handshake timeout

Count how many values in Column D are bigger than in Column C based on criteria in Column B

How to solve some trouble of Compiling openwrt

Run external application Modally in vb6?

How to change columns names in Excel Laravel?

Hide all nodes when taking a picture in Sceneform

Runtime node not connecting to Admin node

Scan a particular line in a text-file with fscanf in C?

Gitlab pull access denied for registry

SwiftUI: NavigationLink pops back when variable is updated

How to change merging two queries to josnResponse - django

Source code navigation for routes in PhpStorm?

'package:flutter/src/widgets/navigator.dart': Failed assertion: line 5338 pos 12: '!_debugLocked': is not true. And this is my Code given Below

Get data from XML using python

Calculate new Column using date

Nginx return 404 when executing script

Cannot find module in node (webpack)

Find compression algorithm of NSData

Send node response ten by ten when endpoint requested

Not getting expected output from as_string implemented for enum type

Minimum probability in R

Ansible sort output by numbers

How to add custom page for 403 error django

Classifying pixels based on colour using keras

Pyparsing: Trailing whitespace is not matched but still included for endloc calculation

Extend functionality of dependent classes in a module in python

QListWidget don't show the selected row

Spring boot request data from multiple endpoints

How to change the graph colour based on the different values

Top