Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
72 views

I have chat documents like the following: { members: ['abc','def'] // 2 element list of member UIDs // some other chat metadata } In firestore, I have the following rules on my collection: ...
Isaac's user avatar
  • 304
1 vote
0 answers
100 views

I am migrating my Firebase Cloud Functions project from v1 to v2. Since Auth triggers are not yet available in v2, I still have auth triggers in v1 — but all my Firestore triggers are now v2. All of ...
Abhijeet Kharatmol's user avatar
1 vote
0 answers
249 views

I have begun creating an application (Next.JS running on Firebase App Hosting) in Firebase Studio using Gemini and everything was working fine until now that I got a notification about "Client ...
Mikail Eryilmaz's user avatar
0 votes
0 answers
99 views

I'm experiencing a critical issue with my NextJS/Firebase application where approximately 40% of random user registrations result in "orphaned" users - users that exist in Firebase ...
mehmet's user avatar
  • 45
0 votes
0 answers
34 views

I have a web application running on localhost:5000 using HTML pages (index.html and category.html) with dynamic component loading (e.g., header.html) via the loadComponent function. Links in the menu (...
Kay Zeref's user avatar
0 votes
1 answer
97 views

I am hosting a competition where groups of players (classes in a school) compete for points. The players play individually and earns points for both themselves and for their class. I track individual ...
diana's user avatar
  • 31
0 votes
1 answer
112 views

Here is a pic of my firestore data. I am running this query: var settings = []; const queryGetSettings = db.collection('Settings').doc("Category"); var query = queryGetSettings.get() ....
letsCode's user avatar
  • 3,106
0 votes
1 answer
73 views

I'm building a football match prediction system using JavaScript and Firebase. Users can make predictions on match results, and for users who don’t submit a guess, I want to automatically assign a ...
Stam Mashu's user avatar
0 votes
1 answer
53 views

my firestore stores user data as below: users (collection) uid-123 (document one per user) profile: name: 'My Name' options: { x: 1, y: ...
Moblize IT's user avatar
  • 1,338
1 vote
1 answer
78 views

I have a web application utilising React and Firestore where users can create "rooms" which, when active, allow users to interact with the host. There is an option to both activate and ...
aabdulahad's user avatar
  • 1,145
1 vote
1 answer
113 views

Goal/intention The rule should grant access to a user document (which contains some personal information like email address) and also its subcollections for movie and tv watchlists, in case the user ...
Simon Ferndriger's user avatar
1 vote
1 answer
45 views

I have the following rules in Cloud Firestore: match /users/{userId}/{documents=**} { allow read: if request.auth.token.email in resource.data.shareWith; // allow read: if resource.data.test == ...
Simon Ferndriger's user avatar
-1 votes
2 answers
49 views

When working with 'firebase/firestore' in a React app. I have a document identified as: const docRef = doc(fireStoreDB,'CollectionOne','DocumentTwo'); How can I find the current number of fields in ...
Michel's user avatar
  • 12k
1 vote
2 answers
76 views

When working with 'firebase/firestore' in a React app. I can successfully use code like the one below: import {collection,addDoc,...} from 'firebase/firestore' const collectionName = 'France', ...
Michel's user avatar
  • 12k
0 votes
0 answers
62 views

I am trying to add a function to my mobile application to send e-mails with registration code to the users of the app and it's always failing with the same error, E-mail=undefined. I will show also ...
Vanina Dimitrova's user avatar

15 30 50 per page
1
2 3 4 5
560