Unable to install firebase in react using npm install firebase / yarn add firebase
iam trying to install firebase depedencies and it still stuck even after 30 minutes i've been stuck like 30 minutes can anyone help me?
iam trying to install firebase depedencies and it still stuck even after 30 minutes i've been stuck like 30 minutes can anyone help me?
I'm trying to create a new collection of a parents children based off their user id, but when I try I'm getting undefined: import React from "react"; import { useForm } from "react-hook-form"; import { db, auth } from '../firebase/firebaseInit'…
I want to load the list of all users from an endpoint on the first load of the app. But, I am getting the Too many re-renders. React limits the number of renders to prevent an infinite loop. error while…
I am attempting to increment the quantity of a line item in a cart object. Each Line Item has its own ObjectId as the same item can be added, but will have different attributes needed to process the order. Meaning…
I’ve been building a React app for a while now and have been testing responsiveness across multiple devices. The React app itself works perfectly fine on my local machine. When accessing the React instance over the network, all HTTP requests…
How can I stop my user to open my React Native app on their phone until they will not turn on their wifi or mobile data? and want to show a message or notification to turn on their internet connection…
I have two containers on AWS EC2 instance and I run them with docker-compose. These two different containers consisted of the backend and frontend images of my project. When I run it with the DNS address + :3000 port on…
I'm trying to update user profile using react native expo I can only update all properties except image is giving me this Error : [Unhandled promise rejection: FirebaseError: Function DocumentReference.update() called with invalid data. Unsupported field value: undefined (found in…
All, I can seem to figure out why the record in the database will not update. I am not 100% sure where my error is but this isn't really providing me a great error message. Can someone please take a…
Hi i don't know how to get alt image by media upload in gutenberg custom block. edit.js: function selectImage(value) { console.log(value); setAttributes({ imgUrl: value.sizes.full.url, }) } <MediaUploadCheck> <MediaUpload onSelect={selectImage} allowedTypes={ ALLOWED_MEDIA_TYPES } value={ 1 } render={ ({open}) => { return…