All Questions
845 questions
0
votes
1
answer
25
views
Missing Client Identifier - React Native firebase phone authentication Issue
I am building an app with Expo React Native in managed workflow and using RN-Firebase for this.
Now yesterday my app went into production and everything was fine.
And I am using development build of ...
-1
votes
0
answers
15
views
EXPO - Configure New Run Script
Run Script which is being configured in the Xcode Directly, is being repalced as the Expo develoment build generated the IOS Folder.
How Should the Run Script configured in Expo
When trying to ...
0
votes
0
answers
23
views
App Entry Not Found Error After Installing Firebase with Yarn in React Native [closed]
I am facing an issue in my React Native + expo app after trying to install Firebase using Yarn. After running the yarn add firebase command, my app stopped working, and I now see the following error ...
0
votes
0
answers
57
views
Error: Native module RNFBAppModule not found. Re-check module install, linking, configuration, build and install steps. Trying to use Firebase In expo
Firebase Phone Auth Integration Error in Expo (NOBRIDGE)
Problem
I'm trying to implement Firebase Phone Authentication in my Expo React Native app but getting the following error:
ERROR Error: Native ...
0
votes
1
answer
52
views
Firestore security rules for users to be able to delete their profiles in react native [closed]
In the same main users directory, I'm duplicating a user profile (with a new name), before deleting the original user directory. My current working rules do not seem to be secure [BELOW]. Can anyone ...
0
votes
0
answers
153
views
Error: Native module "RNFBAppModule" not found. Re-check module install, linking, configuration, build and install steps
Can someone please help me fix this issue?
\>>re-install npm
\>>npx expo prebuild
\>>npx expo install @react-native-firebase/app
\>>npx expo install @react-native-firebase/auth
...
0
votes
0
answers
13
views
Do environment variables override googleServicesFile for Firebase Auth?
I have inherited an Expo project and trying to figure out why the "Sign in with Google" feature is broken. I suspect there is a conflict of configuration for Firebase Auth.
On the one hand, ...
1
vote
2
answers
50
views
CocoaPods install fails after Firebase push notification was added to the project
We recently integrated Firebase into our React Native Expo project, but now our build pipelines are failing during the CocoaPods installation step.
The error we're encountering is:
[!] The following ...
0
votes
1
answer
44
views
Strange behaviour when using React Native Expo Linking Library. Server URL is not being updated
I am trying to use the React Native Expo Linking Library to define a user's google cloud firestore function endpoint. I have a server URL endpoint for dev mode - localhost:5000 and one for production -...
3
votes
1
answer
79
views
react native doesn't get old documents from firestore
Expo react native app doesn't get old documents inserted in another execution of the app from firestore.
I'm executing my expo react native on my cellphone using:
npx expo run:android
If I add one or ...
0
votes
0
answers
46
views
React Native Expo Synchronized Video Player (Expo Video Player) with Multi-User Control Causing Looping Play/Pause Issue(firebase)
import React, { useEffect, useRef, useState, useCallback } from "react";
import { View, StyleSheet } from "react-native";
import { useLocalSearchParams } from "expo-router&...
1
vote
1
answer
33
views
firebase.auth().useEmulator() takes a non-empty string URL
THE PROBLEM
When I run the command:
npx expo run:android
or
npx expo start --reset-cache
My Android Cellphone is connected on my USB port.
I get this error: firebase.auth().useEmulator() takes a non-...
0
votes
0
answers
39
views
Redirecting Based on Auth and User Settings in React Native Expo with Firebase
I'm building a React Native app with Expo and Firebase (React Native Firebase library). At the top level of my app, I have an AuthProvider to handle user authentication, and beneath that, a ...
0
votes
0
answers
21
views
FirebaseError: Firebase: Error (auth/network-request-failed). when using Firebase and Expo Go
I am trying to use Firebase Web in a react native app. I am using Expo GO in development. When I am running createUserWithEmailAndPassword I get this error: [FirebaseError: Firebase: Error (auth/...
0
votes
0
answers
22
views
userId field missing when adding posts - logged-in user info not saving
I’m trying to add posts to my Firestore database, but I’m running into an issue where the userId field (which should contain the logged-in user’s ID) isn’t being saved in the document. Here’s
I'm ...