Skip to main content

All Questions

0 votes
1 answer
55 views

fetch only one data of single document instead of all documents

I'm trying to fetch all data of documents inside the collection but unfortunately the code only fetch data of one single document. const Charities = ({navigation}) => { const [...
Omar Bakoban's user avatar
0 votes
0 answers
13 views

React Firebase Multi-factor Authentication RecaptchaVerifier Error

I am currently trying to enable 2FA login for my users in my React App. However, I keep facing an error with RecaptchaVerifier, specifically this error: Argument of type 'string' is not assignable to ...
quik214's user avatar
0 votes
1 answer
48 views

Fetch each user data from Firestore failed

I'm trying to fetch each user data from firestore based on the user login, between I'm using React Native and firebase. Fetch code const UserInbox = () => { const auth = getAuth(app) const ...
Omar Bakoban's user avatar
0 votes
0 answers
20 views

I'm facing this error due to update user image possible unhandled promise rejection (id 3) typeerror network request failed

I'm using React native expo with fire-store and I'm trying to update and upload user image so when I open the album to select a photo then press update button I get this error Here is the Code {/*...
Bashamlan Salem's user avatar
0 votes
0 answers
23 views

Unable to Upload Image to Firebase in React Native, TypeError: Cannot read property 'showImagePicker' of undefined, js engine: hermes

I'm working on a React Native project where I need to upload an image to Firebase. I'm using react-native-image-picker for image selection and @react-native-firebase/firestore for interacting with ...
Ravi Mishra's user avatar
0 votes
0 answers
28 views

Error: Cannot find native module 'ExponentImagePicker' when using 'expo-image-picker' with Hermes JS engine

I'm working on a React Native project where I need to upload an image to Firebase. I'm using react-native-image-picker for image selection and @react-native-firebase/firestore for interacting with ...
Ravi Mishra's user avatar
0 votes
0 answers
14 views

React Naive Create Group Chat Firebase Realtime Database

I create a chat app in React Native and Firebase Realtime Database first of all user can chat private that is working fine as well as user can create group chat inside the React Native appp that is ...
ahmad raza's user avatar
0 votes
1 answer
34 views

Title: Firebase Auth Error: Missing Client Identifier [auth/missing-client-identifier] Despite Correct SHA1/SHA256 Configuration

I am encountering an error while trying to send an OTP using Firebase Authentication in my React Native app. The error message I receive is: vbnet Copy code ERROR Error sending OTP: [Error: [auth/...
Farhan's user avatar
  • 1
0 votes
1 answer
47 views

ReactNativeAsyncStorage isn't working as expected on firebase implementation

I'm doing a typical implementation of firebase auth on react native: // firebaseConfig.ts import {initializeApp} from 'firebase/app'; import { initializeAuth, getReactNativePersistence } from '...
LoskiPublis's user avatar
2 votes
4 answers
1k views

How to fix Duplicate class com.google.firebase.Timestamp

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkReleaseDuplicateClasses'. Duplicate class com.google.firebase.Timestamp found in modules jetified-...
anuchit_GG's user avatar
0 votes
0 answers
94 views

Getting the error " Should have a queue" when using React-Query mutation

I'm trying to figured out how to implement react-query in my react-native app. I'm executing a simple firebase login function from react-query mutation. Then in my signIn component I will call the ...
scholarwithfire's user avatar
0 votes
1 answer
47 views

Cannot successfully integrate Mailgun with "Trigger Email from Firestore" in my Typescript React Native app, getting timeout

I'm creating a Typescript React Native app (with Expo) and am trying to scaffold an "invite a user feature" where you input a nickname and email, then that user will receive an email ...
Jeremy Alexander's user avatar
0 votes
1 answer
47 views

react native auth provider effect not triggering for is authenticated check using firebase

I'm creating a register screen for my app, and to do that, I created a OnAuth hook, to register the login/register and logout functionality, and also manage the is authenticated state as wel as the ...
Stefan's user avatar
  • 133
1 vote
0 answers
104 views

Expo Router not routing to the screen when clicked on push notification

I have implemented push notification in my expo managed app using latest expo router file based routing. However i see that when i send notification from expo push notification tool the routing works ...
Mumin Bhat's user avatar
0 votes
1 answer
42 views

Uploading File Firebase - Efficiently

I am using this code to upload files to Firebase Storage but this code looks clunky and runs slowly. How can I improve the speed a file is stored to Firebase? const uploadToStorage = async (uri: ...
Mabel Oza's user avatar
  • 697

15 30 50 per page
1
2 3 4 5
76