I want to create a unique id for collection call 'Reservation' and I'm not sure how to do it so. It currently has name, plate number, phone number and timestamp
I have configured crashlytics as per Firebase Documentation https://firebase.google.com/docs/crashlytics/get-started?platform=android. But crash reports not gen
Objective I am trying to build my project to an iOS simulator or physical device using Xcode. System and software details macOS Monterey Version 12.2.1 Macbook
Google documentation states that When you use set() to create a document, you must specify an ID However, I just learned that I CAN call setDoc without specif
This is not a problematic question, it was asked because just wanted to know what's actually going on behind it, I can't find an answer in any documentation. Wh
I'm following all the steps to deploy with Firebase for a React app. Firebase login firebase init (completed all the steps) npm run build Firebase deploy The co
Here how I connected firebase with environment variable: const firebaseConfig = { apiKey: process.env.REACT_APP_apiKey, authDomain: process.env.REACT_APP_
When user update chat/{id} documents, this function will execute. const functions = require("firebase-functions"); exports.onChangedChat = functions.firestore
I'm getting this error while I was running my app (though my app is running fine) : C:\Users\dassa\Downloads\flutter_windows_2.2.3-stable\flutter\.pub-cache\hos
I have earlier tested many times FCM was working just fine, but now only in the release environment I am not able to get the push notification. I am using the d
I'm building a stupid web app to do something funny with my friends. I'm using firebase hosting service and discord oauth2. The problem occurs when trying to ac
**as you can see i am trying to show toast by using toastify and i install it but still it not working and it gives a div when it render** import React, { useR
When I use firebase login:ci to get a token, is that tied to the project that is selected with firebase use or is it a token that will work with any/all of my p
I built an E-commerce app using Firebase/Firestore and I am using Stream Builder or Future Builder and facing high Firestore reads. When I press on Hot-Reload
I have a collection in my Firestore Database with posts. Each post has some comments as a document in the collection comments in the main post document (screens
In my React App I want to create a user with Firebase react hooks using createUserWithEmailAndPassword authentication but I get these errors. Error 1 POST http
I have created a project in Firebase and registered my app. I send data messages to this app. I do not want to have any user authentication on my app. However,
Am I thinking about this the right way? I created a function that takes in a value from firebase, value in seconds, and convert it into hours:minutes:seconds, t
I'm using Flutter to build an online auction app with two types of auctions (live auctions and off-site auctions). If the seller selects live auctions when uplo
I tried to install the firebase package for flutter. After running flutter pub add firebase_core It states "successfully installed". When I then try to import