Skip to main content

All Questions

0 votes
1 answer
53 views

How to Display User Profile Image and Name in AppBar of Chat Screen in Flutter?

I'm building a Flutter app where users can chat with each other. I have implemented user authentication and can store user profile information such as the profile image link and name in Firestore. Now,...
AhmedHussien888's user avatar
0 votes
1 answer
26 views

Seeking Cost-Effective Horizontal Scaling Solution for a Logging System on GCP

I'm facing a challenge with my current architecture on GCP and would appreciate any insights or advice you can provide. Current Setup: 1. API: Hosted in a container within Google Kubernetes Engine (...
Dinesh Sonachalam's user avatar
-1 votes
1 answer
25 views

implement cache in Android alongside enabling persistense true

Since frequent querying of Realtime Database data is expensive, I implemented the real-time automatic cache strategy. (Database.database().isPersistenceEnabled = true) , but I'm wondering if I should ...
Miftah Classifieds's user avatar
0 votes
1 answer
39 views

I am trying to read data from firebase realtime database but snapshot is marked in red

StreamBuilder( stream: _database .child("orders") .orderByKey() .limitToLast(10) .onValue, ...
Mustafa OZKAYA's user avatar
1 vote
1 answer
39 views

Child node stuck as it has exceeded 1MB (possibly a Firebase bug)

I have a user inside my /users/[id] Firebase Realtime Database doc that has 1,048,599 characters in its node, mainly due to them having too many favorites inside /users/[id]/favorites/[favorites], I ...
Cedric Hadjian's user avatar
0 votes
1 answer
28 views

How do I add data to a specific firestore database

I have two firestore database in my firebase project. How do I add data to a specific database.
Anga's user avatar
  • 2,561
0 votes
0 answers
19 views

show in flutter a list view of documents in the realtime database whose name is in a list in the firestore database

I'm developing a flutter application in visual code, and I really need to be able to use both databases of Firebase simultaneously. I can't show the documents in the realtime database whose names are ...
David Pinheiro's user avatar
0 votes
0 answers
13 views

Firebase push to be ordered

When I push data to firebase it gives random string to a child, I want the push to be numbered or ordered Values to be ordered when pushing in firebase. I want to use the rules and google language in ...
Bukmand's user avatar
2 votes
0 answers
45 views

Listening on .info/connected does not always notify when there's a disconnection

We have a client app written in React and Typescript, which uses Firebase JS SDK v9.23.0. We are using the Firebase presence solution, which mainly includes: Using onDisconnect so the RTDB server ...
Itsik Belson's user avatar
1 vote
1 answer
91 views

Using Firebase without Google Auth for Username and Password Registration

I'm working on a project where I need to allow users to register using just a username and password, without relying on Google Auth. I'm using Firebase for my backend services. How can I implement ...
Mono XRaider's user avatar
0 votes
1 answer
34 views

Implementing automatic notifications for android app

I am working on a chat app (Android App programmed in Java) that has all Firebase as the backend which has Firestore, real-time database, auth, etc Now the app requires me to send notifications to ...
Harsh Master's user avatar
0 votes
1 answer
113 views

How to check User Status (Online/Offline) in firebase v9 using React

I Have made one chat application, i need to display user status (offline, online) and he gets disconnects, window/tab or logouts in firebase v9 firebase.js import { initializeApp } from 'firebase/app';...
Srivathsa k m's user avatar
0 votes
2 answers
47 views

How to avoid Firebase Cloud Functions invocations?

I have a Firestore collection called "documents": db \documents \$documentId I have created a cloud function that fires each time a new document is added/deleted. This function ...
The One's user avatar
  • 81
0 votes
1 answer
204 views

Firebase Cloud Messaging with Flutter and ASP NET CORE

I'm developing an ordering application for a pastry shop where the customer sends the following data to an API created by me: CustomerName, telephone number, PastryName, quantity, address... My API ...
Vitor Malaquias's user avatar
0 votes
1 answer
25 views

Efficiently Tracking User Views of Horse Pairs in Firebase - Seeking Better Solutions

I'm building an app where users can check out pairs of horses and vote on their favorites. Each horse is stored as a document in a 'horse' collection, with details like 'race,' 'age,' 'gender,' and '...
Strmlind's user avatar

15 30 50 per page
1
2 3 4 5
59