Category "firebase"

firebase connection error in env react js project

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

How can I update the data automatically without refreshing the page in firebase flutter?

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

facing problem to creating user with firebase authentication

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

How to open fragment from the click of the notification?

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.

How to create unique id for each collection in Firebase?

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

Firebase crashlytics not able to read crash reports

I have configured crashlytics as per Firebase Documentation https://firebase.google.com/docs/crashlytics/get-started?platform=android. But crash reports not gen

PhaseScriptExecution failed and CompileSwiftSources failed

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

Firestore setDoc() method somehow generates a unique identifier when doc says it won't

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

Flutter StreamBuilder shows Firebase data even when I'm offline

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

Firebase deploy displays welcome screen error message, app link is not working

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

After adding env file to my project the firebase auth is not working, console showing the api key is not correct

Here how I connected firebase with environment variable: const firebaseConfig = { apiKey: process.env.REACT_APP_apiKey, authDomain: process.env.REACT_APP_

How to Debug Cloud Function? functions.logger.log not Working

When user update chat/{id} documents, this function will execute. const functions = require("firebase-functions"); exports.onChangedChat = functions.firestore

warning: [deprecation] <TResult>call(Executor,Callable<TResult>) in Tasks has been deprecated

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

FCM push notification is not working in release branch when minify set to true

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

Vue js can't find page when deployed on firebase

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

react toastify does not work it gives a div as it output

**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

Is the "firebase login:ci" token tied to a specific project?

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

How to reduce Firestore reads - Flutter?

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

How to count how many times document was downloaded in Firebase?

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

"Warning: Cannot update a component" when creating a user with Firebase react hooks

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