When i try to connecting firebase i put the access key to the .env file and access the data by process.env.REACT_APP_apiKey i'm getting error.but if directly pu
I have to display total number of Sales and pending sales in the dashboard. I have designed inside the container. I need to update that every time new sales add
When I try to register with email and password I am facing a problem. When I watched it with console it is showing this link: XHR-POSThttps://identitytoolkit.go
This is my onMessageReceived method. I am getting data from notification i want to open fragment when i click on this notification and get the data from this.
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